>Say that the end-user closed the browser(s) without logging off.  The
>$_SESSION can not be destroyed because the broswer(s) is closed.  So, if hte
>end-user did log off and close the browser(s).  How can I destroy the
>$_SESSION since the session_register() & session_destroy() can not be used
>with the register global turned off.

Sessions will "die" after a certain period of inactivity, unless you
configure php.ini to *NOT* do that...

Read php.ini

-- 
Like Music?  http://l-i-e.com/artists.htm


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

Reply via email to