Ok, maybe this isn't the best subject to describe what I'm finding so let me explain a bit better.
I'm maintaining a "Users Online" list in an App Variable. As users leave through a LOGOUT page that I have, they are removed successfully from the online list. BUT, if they simply leave the site and without logging out via the logout page, they stay on the list forever and a day. =)
Funny thing is, the way they are removed from the list with the logout page is by executing a session.abandon which executes the On Session_End in my global.asa ... which is what I thought was executed on timeout as well. I'm wondering if that by the time the Session_End is executed on timeout are the session variable already cleared of their values. If that's the case, it would make sense for the name not to be 'found' in the online list since the name is blank. Otherwise, I have no clue.
Any help would be greatly appreciated ... THANKS!
I'm maintaining a "Users Online" list in an App Variable. As users leave through a LOGOUT page that I have, they are removed successfully from the online list. BUT, if they simply leave the site and without logging out via the logout page, they stay on the list forever and a day. =)
Funny thing is, the way they are removed from the list with the logout page is by executing a session.abandon which executes the On Session_End in my global.asa ... which is what I thought was executed on timeout as well. I'm wondering if that by the time the Session_End is executed on timeout are the session variable already cleared of their values. If that's the case, it would make sense for the name not to be 'found' in the online list since the name is blank. Otherwise, I have no clue.
Any help would be greatly appreciated ... THANKS!