> > For what period of time a session can exist? Or session exist as soon
> > as browser is open?
> 
> 1. For as long as the user is active
> 2. Depends on what page the browser opens

I'm gonna elaborate a bit...

In your php.ini there is a session idle timeout setting.  The
inactivity John mentioned is set there.  Otherwise, yes, as soon as
the browser is closed.

-Dan Joseph

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

Reply via email to