In my application I verify one's login against my user table and then create a session variable called loggedin and set it true. In my header file I check to make sure the session variable is set to true and if not I send them to a login page to login. This works fine for me and all other users in IE 7, IE 6, Firefox, etc.. I have one user though that cannot get the session variable to hold from one page to the next. He is using IE 7 and has security set to medium high and privacy to medium.
Is there anything else I can have him check or does anyone know what might be going on?
Is there anything else I can have him check or does anyone know what might be going on?