On Mar 11, 1:17 am, Ryan <[email protected]> wrote:
> I need to disable the Set-Cookie: header that Rails 2.3 issues for
> certain requests, when the request is made to my API action from a non-
> browser client.
>
> I understand that the "session :off" option was removed, but not why
> or how I am now supposed to prevent this cookie from being set.
>
Are you sure it's actually being set? rails 2.3 is only supposed to
set the session cookie if you've actually put something in the
session.
Fred
> Is there a request.session_options value I can set? I didn't see
> anything in the ActionController::Session::CookieStore source.
>
> Thanks!
>
> Ryan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---