Hello,
I have developed a CGI application that maintains user
state by storing a session ID in a cookie.
The application works correctly with the IE and
Firefox browsers, but it does not work with Safari.
After some debugging on the server, I determined that
Safari is not accepting the following cookie string:
Set-Cookie: session_id=115y8ycazjs4axw6f;
expires=Saturday, 05-Jan-2008; path=/;
domain=mydomain.com
That is, I output this string at the very beginning of
my CGI program, but the next time the Safari browser
connects, it is not showing the session_id variable.
Oddly, the cookie does seem to work with the version
of Safari that is in the iPhone (I tested it from an
Apple Store), but it does not work from any Apple
desktop or notebook systems I tried (even new models).
Can anyone tell me what part of this cookie string is
unacceptable by Safari? If possible, I would like Mac
users to be able to take full advantage of my web
application too!
Thanks for any suggestions or pointers,
--IO
____________________________________________________________________________________
Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase.
http://farechase.yahoo.com/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Web-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/web-dev/email@hidden
This email sent to email@hidden