Hi all- I recently deployed my Rails app to a Windows server (running Apache + Mongrel) and am finding that multiple sessions are being created per request (we use ActiveRecordStore). This is only a problem in IE6, not FF and is not a problem on our Linux server (also running Apache + Mongrel). The result is that users are not able to login to the application. This is happening on multiple computers and the site is "trusted" by IE, so it will accept cookies. Any thoughts? Thanks, Josh --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I''m also not seeing a cookie created for my site in IE''s temporary internet files folder. This is probably the root cause, but why would this be happening? On Apr 12, 2:51 pm, "Josh" <joshua.a.k...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi all- > > I recently deployed my Rails app to a Windows server (running Apache + > Mongrel) and am finding that multiple sessions are being created per > request (we use ActiveRecordStore). This is only a problem in IE6, > not FF and is not a problem on our Linux server (also running Apache + > Mongrel). The result is that users are not able to login to the > application. > > This is happening on multiple computers and the site is "trusted" by > IE, so it will accept cookies. > > Any thoughts? > > Thanks, > Josh--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Please disregard..this is an issue with session cookies. On Apr 12, 3:14 pm, "Josh" <joshua.a.k...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''m also not seeing a cookie created for my site in IE''s temporary > internet files folder. This is probably the root cause, but why would > this be happening? > > On Apr 12, 2:51 pm, "Josh" <joshua.a.k...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hi all- > > > I recently deployed my Rails app to a Windows server (running Apache + > > Mongrel) and am finding that multiple sessions are being created per > > request (we use ActiveRecordStore). This is only a problem in IE6, > > not FF and is not a problem on our Linux server (also running Apache + > > Mongrel). The result is that users are not able to login to the > > application. > > > This is happening on multiple computers and the site is "trusted" by > > IE, so it will accept cookies. > > > Any thoughts? > > > Thanks, > > Josh--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---