Re: [PHP-DB] Automatic logoff
[email protected] (Bruno Fajardo)
| Newsgroups | php.db |
|---|---|
| Message-ID | <[email protected]> |
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 >