Re: [PHP-DB] Automatic logoff
[email protected] (listread)
| Newsgroups | php.db |
|---|---|
| Message-ID | <[email protected]> |
Bruno, Thanks for the heads up on the php configuration. I'll check that out. We also need to write some data to a database, things like logout time. That means running a script for some other php code. Thanks! - Ron On 1/25/2010 1:24 PM, Bruno Fajardo wrote: > 2010/1/25 listread<[email protected]>: > >> Has anyone considered a way to run a script or automatically access a php >> page when a user leaves a site without logging off? >> >> The idea is to gracefully end that user's session. >> > The built-in garbage collector is not sufficient for your app? > Additionally, you can configure PHP to destroy the session as soon as > the client closes your page. > > >> Thanks! >> >> -- >> PHP Database Mailing List (http://www.php.net/) >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> >