Re: [PHP] How long do sessions last

2002-09-23 Thread 1LT John W. Holmes
> If I use sessions (not session cookies) by issuing a session_start() and > then log in to an area of my web site, I understand that the session will > last until either I close my browser or issue a session_unset() followed by > a session_destroy(). > > If I log in and walk away from my PC, will

[PHP] How long do sessions last

2002-09-23 Thread DonPro
Hi, If I use sessions (not session cookies) by issuing a session_start() and then log in to an area of my web site, I understand that the session will last until either I close my browser or issue a session_unset() followed by a session_destroy(). If I log in and walk away from my PC, will the s