Hi Everyone,

I'm starting to switch my AJAX requests over to Prototype from ones
that were custom written using XMLHttpRequest. I just finished doing
the first one, and thought it was going fine until I noticed it was
breaking my PHP session-controlled log in system. My log in system
uses user agent authentication on each page the user requests, so that
the session can't be hijacked easily (if it detects a change in user
agents, it automatically logs out). It seems that Prorotype's AJAX
request may be changing the user agent string, because after the
request is made, and I navigate to another page, I am logged out of my
session. I turned off the user agent authentication and the problem
went away. Is there a way to keep Prototype from changing the user
agent string?

Thanks in advance for any help.

Andrew

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to