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 to last longer, than use the
JC> setcookie() function.

JC> -Kevin

JC> Sent out by
JC>     Joel Colombo

Manual was the first place i've looked into.
session_set_cookie_params($exp) is function, entered
to able sessions to long as much as needed, as it sets up cookies
sent by sessions (equal to same function, working with cookies). But
it's look like server removes session's data much earlier, then i
need...

-- 
Best regards,
 L0vCh1Y                            mailto:[EMAIL PROTECTED]


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

Reply via email to