Ok, basically, I'm having a hard time keeping track of the users currently online. I am storing the usernames in a variable and removing them as they log off the site. Problem is, if they don't log off using the site and just leave, the session times out and the code in the Session_End is either not executing correctly or I'm not totally aware of the way it handles session variables. Reason being that the same exact code is executed when you execute a session.abandon command as with a timeout. But when they logout using the page, I call on a session.abandon and it removes them from the list when the timeout does not (same code, different circumstances)
Anyhow, my idea was that if I can find out which sessions are currently active in the engine when a new session is established, I can 'clean' the list at that moment of any non-existing sessions and have a correct online list at that moment. Don't know if it's possible to pull the id's from the engine tho. =(
Or maybe, you know of a better way to keep track of people online besides using the Session_End event to clean them off the list when they timeout.
Thanks in advance for taking the time to help me out. Ed (RoadRacer) Holguin
"I Hate Computers!"