Re: [PHP] Session Help From: Alexander Wagner (wagner <email protected>)
Date: 12/20/00

Tait Grove wrote:
> I wanted to track with a session cookie the amount of time of login. I know
> that it is possible to track the session for login to logout, what happens
> if the user closes the window or he drops offline or goes straight to
> another site? Is there a way to tell when the page has stopped being
> accessed and set a time with that?

Nope.
It is possible to do this with Java or Javascript, but this won't work if
Java(script) is deactivatet or not supported by the Client.

regards
Wagner

-- 
If you can't learn to do something well, learn to enjoy doing it poorly.

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>