Hello, I’m developing an ASP application for a client.
This application requires the user to logon to the system.
During logon I save a few settings as Session variables.
I then check that one of these values are still valid on each and every page. If not the session has timed out or the user hasn’t logged on yet.
I then redirect the user to the login page.
The problem is that I can’t get this to work with Internet Explorer 6.
I have changed the settings in the browser to allow cookies from the site the application resides on but still no luck.
What is wrong here?