My code makes extensive use of sessions for things like the logged in
user.  I have added a stateless API that authenticates on each
request, but it uses underlying code that sets session data.  In the
stateless case, the session is populated on each request.  I don't
want it persisted.

Is there a way to prevent the session cookie from being set, or do I
need to go through and find all of the instances where the session is
accessed?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to