On each page visit:
Check their time-stamped (viz) session id to see if it's expired.
if (expired) header("Location: expired.php");
UPDATE a record with their session id and a timestamp.
--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
----- Original Message -----
From: Ryan Mahoney <[EMAIL PROTECTED]>
Newsgroups: php.general
To: <[EMAIL PROTECTED]>
Sent: Monday, August 20, 2001 2:56 AM
Subject: Session expiration detection and handling
> I am interested in detecting when the session expires and displaying a
> "your session has expired..." page. If anyone can recommend how to do
this
> or recommend a tutorial it would be greatly appreciated!
>
>
> Thanks!
>
> -r
----------------------------------------------------------------------------
----
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.251 / Virus Database: 124 - Release Date: 4/26/01
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]