Re: [PHP] Re: Session's length.

2003-03-22 Thread L0vCh1Y
Hello Joel, Saturday, March 22, 2003, 9:52:20 PM, you wrote: JC> from the user posts at php.net JC> http://www.php.net/manual/en/function.session-set-cookie-params.php JC> The idea of a session is that it ends when the user closes the browser JC> (maybe even before hand). If you want a cookie t

[PHP] Re: Session's length.

2003-03-22 Thread Joel Colombo
from the user posts at php.net http://www.php.net/manual/en/function.session-set-cookie-params.php The idea of a session is that it ends when the user closes the browser (maybe even before hand). If you want a cookie to last longer, than use the setcookie() function. -Kevin Sent out by Joel