Re: Need to find-out improper sign-out



Is there any way to run a function or a code-block whenever the client-
server communication breaks off. (ie power-off, browser-crash...)

No. The best you can do is time out a session X time from the last
hit. Another kind of "improper sign-out" you won't see is clicking
on an ad and not coming back, clicking on the HOME button, typing
in a URL, etc. Know also that communication doesn't necessarily
stay up during a session. It may disconnect after completing each
page.

Why I need this is, I want to update a login-table to trace user's
leave the portal without proper log-off or sign-out.

Find something else to need.

Every time a user at proper sign-in, a flag is set & account is locked
until he sign-out by updating in the login-table.At sign-out the flag
is released & his account is ready to log-in again.
Is my logic right?

Why on earth would you need such a thing, besides trying to drive off users?

.


Quantcast