- Mar 23, 2001
- 2,896
- 2
- 81
IE 6 & 7 (only versions tested so far) seems to be ignoring the PHP session I've created.
How the "app" works:
User logs in, session is created, and misc info is stored in the session.
Info is checked in session variables and used to determine if certain fields/buttons/etc should be displayed on subsequent pages.
If I use FireFox, the "app" works as it should.
If I use IE (6 or 7), the "app" works as if there were no session variables set.
After some snooping around... I found the session files on the server, and all of the variables and data are there, IE just doesn't use it or see it.
Any ideas on what might be happening?
How the "app" works:
User logs in, session is created, and misc info is stored in the session.
Info is checked in session variables and used to determine if certain fields/buttons/etc should be displayed on subsequent pages.
If I use FireFox, the "app" works as it should.
If I use IE (6 or 7), the "app" works as if there were no session variables set.
After some snooping around... I found the session files on the server, and all of the variables and data are there, IE just doesn't use it or see it.
Any ideas on what might be happening?
