On Feb 3, 10:01 am, Jemmaniam <j.mark.bro...@gmail.com> wrote:
> I was wondering if anyone might help me with a peculiar problem.  We
> are having a problem with our network that is resulting in, say, UserA
> getting UserB's response, resulting in his session cookie being reset
> and two users sharing the same session, UserB's.  Not good I know.
> Question:  Why does Rails pass the session cookie in every response
> and is it possible to turn that off?  

That's pretty much how cookies work, so I doubt there's going to be a
way to switch it off. I'd recommend you figure out what's gone wrong
to cause users to get replies to requests they didn't make, as it
seems to indicate some pretty severe problems at the TCP level...

--Matt Jones

-- 
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to