PDA

View Full Version : Ghost Busters


StupidRalph
07-29-2003, 08:22 AM
Looking for suggestions or different ways how others look for and get rid of ghosts in their forums.

What I mean by ghost?

ghosts--people whos seesion have timed out but are but are still shown as logged in.

glenngv
07-29-2003, 08:45 AM
how do you maintain the list of users who are logged in?
using Application variable?
if so, you can update that Application variable on the Session_OnEnd event in global.asa.

Be aware though that when users exit your page by clicking the 'X' button of the window, the Session_OnEnd is only triggerred after the session times out.

StupidRalph
08-05-2003, 01:46 AM
Hey hey thanks Egon or Ray or any one of the other ghost busters. I wanted to test my script for a few days so I could tell if it were working.

StupidRalph
09-18-2003, 05:50 AM
I forgot to give a follow up on the script everything has been working out fine. Thanks Glenn