My (still under development) website: http://passport_photo_validator.onthegosystems.com causes Explorer to change sessions every call. No matter what I click on any page, a new session is generated. When I look at the log, I see that every call that''s made from IE gets a new session. It doesn''t happen on Firefox. Sessions behave normally. More strange is that it doesn''t happen on neither (Explorer, nor FF) on the development machine. Any suggestions on how I can debug this? What can I do to start poking around on what the browser needs to get from the server in order to continue a session? Thanks, Amir --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
helzer wrote:> My (still under development) website: http://passport_photo_validator.onthegosystems.com > causes Explorer to change sessions every call. No matter what I click > on any page, a new session is generated. When I look at the log, I see > that every call that''s made from IE gets a new session. > > It doesn''t happen on Firefox. Sessions behave normally. > > More strange is that it doesn''t happen on neither (Explorer, nor FF) > on the development machine. > > Any suggestions on how I can debug this? > > What can I do to start poking around on what the browser needs to get > from the server in order to continue a session?IE is too stupid to handle URL''s with underscores. Replace with dash (-) and your problems will go away. On a related note, if you have two different apps one on example.com and another on www.example.com IE will fail to produce the right cookie for the www.example.com site. -- Cheers - Jacob Atzen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hi Jacob, That fixed it. Do you think that IE will work OK for two domains like this: xxx.example.com yyy.example.com (but no example.com) Thanks, Amir --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
helzer wrote:> Hi Jacob, > > That fixed it. > > Do you think that IE will work OK for two domains like this: > xxx.example.com > yyy.example.comYes, that should work. -- Cheers, - Jacob Atzen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Jacob Atzen wrote:> IE is too stupid to handle URL''s with underscores.Is it possible that uppercase causes the same problem? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---