hi 

in php.ini you can control behavior of sessions,
for example (take a look for you self;)
 -> session.gc_maxlifetime = 1440,
in script you you may use ini_set for "dynamic control"

hope this is the right direction ..

robert

> Von: Mehran Ziadloo [mailto:[EMAIL PROTECTED]] 
>
> Well since I was working with ASP before PHP, there's an 
> event for sessions when they start and when they expire in 
> ASP. Well in PHP I can put an IF statement to check if my 
> variables are set or not for on_start event. But what should 
> I do to have an event for the time they expire?
> 
> Thanks for your help.
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to