You'd somehow need to keep the session around, but "mark" it as "revoked"
You then just check that flag/marker and print out a message:
if ($revoked){
echo "Session Revoked";
exit;
}
--
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: Jason Dulberg <[EMAIL PROTECTED]>
Newsgroups: php.general
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 12, 2001 1:25 PM
Subject: dumping a session
> If an admin deletes a user's session while they are online, is it possible
> to show that user a message saying that their session has been revoked? I
> can seem to think of a way to determine if the user logged out or if the
> agent kicked them out.
>
> Thanks in advance and please excuse my "newbieness".
>
> __________________
> Jason Dulberg
> Extreme MTB
> http://extreme.nas.net
>
--
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]