K
KS
I have made a WebForm with log ON/OFF off users.
There is a label that shows the total count off users logged on stored in
Application("UserCount")
It works fine if the users logs out WITH THE LOG-OUT BUTTON, but what if a
user "logs out" by closing with the X-button ?
If I count down the Application("UserCount") in UNLOAD or DISPOSE I get a
spoky reaction in Application("UserCount") - it just counts wrong !
What can I do to catch (and count down the total users) that a user "logs
out" by using the X-button ?
KS, Denmark
There is a label that shows the total count off users logged on stored in
Application("UserCount")
It works fine if the users logs out WITH THE LOG-OUT BUTTON, but what if a
user "logs out" by closing with the X-button ?
If I count down the Application("UserCount") in UNLOAD or DISPOSE I get a
spoky reaction in Application("UserCount") - it just counts wrong !
What can I do to catch (and count down the total users) that a user "logs
out" by using the X-button ?
KS, Denmark