Justtechjobs.com Find a programming school near you






Online Campus Both


php4-beta | 199912

Re: [PHP4BETA] sessions From: Andrei Zmievski (andrei <email protected>)
Date: 12/23/99

On Thu, 23 Dec 1999, Khimenko Victor wrote:
> You can not. If user closes connection with your site via closing ppp
> connection to ISP (I often do this :-) you have no chance to get any event.
> The only way is to add crontab job and do closing on timeout.

You can set the lifetime on for garbage collection on the sessions. If
the session has not been update for a certain period of time it is
destroyed.

-Andrei
* Proximity bug: when the code crashes in front of important visitors. *

-- 
PHP 4.0 Beta Mailing List <http://www.php.net/version4/>
To unsubscribe, e-mail: php4beta-unsubscribe <email protected>
For additional commands, e-mail: php4beta-help <email protected>
To contact the list administrators, e-mail: php4beta-admin <email protected>