IE6 Session Problem

From: Cf High (noah_at_newminddesign.com)
Date: 11/29/03


To: php-general@lists.php.net
Date: Fri, 28 Nov 2003 17:02:15 -0800

Hey all.

Hope this will help someone hours of useless searching.

Looks like out-of-the-box winXP machines running IE6 have session cookies
automatically disabled!

Ughhhh, 24 hours slogging through newsgroups to stumble across this solution
myself.

If you have a login based site & rely on session(s), IE6 users will not be
able to log in unless they do the following:

1) Internet Options >> Privacy >> Advanced

2) Check the "Always Allow Session Cookies" checkbox

HTH,

--Noah

--