Hi,

I want to make use of sessions. Very new to this part. I read a lot about
it. Now know how to register / start etc.

I understand that session terminates after time out (specified in php.ini
file e.g 30 mins).  But I do not want session to be terminated like this. I
want to terminate session only if user closes the browser or clicks 'LogOut'
button. After 30 mins I still want to keep all session values as it is.

Is there any way out ?

Regards
Manisha

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

Reply via email to