Re: [PHP] Re: Detecting user logout.

2001-10-02 Thread nayco
If you want a script Tell me !!! (°-Nayco, //\[EMAIL PROTECTED] v_/_ http://nayco.free.fr - Original Message - From: Alexander Deruwe <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 03, 2001 3:21 AM Subject: Re: [PHP] Re: D

Re: [PHP] Re: Detecting user logout.

2001-10-02 Thread Alexander Deruwe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 02 October 2001 18:11, tonyz wrote: > why bother charting logouts. use cookies that expires so you know that > they will eventually lose access and need to login again. Yes, but then I can't show a list of logged in users (for administrat

[PHP] Re: Detecting user logout.

2001-10-02 Thread tonyz
why bother charting logouts. use cookies that expires so you know that they will eventually lose access and need to login again. just a thought tonyz Henrik Hansen wrote: > > [EMAIL PROTECTED] (Alexander Deruwe) wrote: > > > Hey all, > > > > I keep track of my users using PHP4 sessions, wi

[PHP] Re: Detecting user logout.

2001-10-02 Thread Henrik Hansen
[EMAIL PROTECTED] (Alexander Deruwe) wrote: > Hey all, > > I keep track of my users using PHP4 sessions, with verification against a > PostgreSQL database. > > How can I detect when a user logs out / is logged out? I provide a hyperlink > 'Logout' which users are supposed to click, so