I have an application that uses a global.asa for session variables. The
way it works with IE and Netscape is that when you set the Session.Timeout
= 10, the following will happen:
1. If you are idle for 10 minutes, you get logged off.
2. If you close the browser for either IE or Netscape, it clears
everyhing, which is equiv to logging off(the session ends).
My problem is with AOL. What seems to be happening is that if one user
logs on and then disconnects from AOL, the next person to log on, still
has the session from the previous person logged on. Something is not being
cleared out. For Example, I logged on as admin, where I can see all
appointents. Then I disconnected AOL. When I re-connected and just clicked
the submit button with no logon info, it still brought up the info from
the admin. This does not occur in IE or Netscape. I would be prompted to
enter logon info.
Does anyone know why the session is still open after I disconnect and re-
connect with AOL? What can I do to make this work? I should not have to
clear cache and/or history, because I dont have to do this with IE and
Netscape. HHHHEEELLLPPP!
Thanks,
Larry