Page 1 of 1

How to use: session_set_cookie_params

Posted: Thu Jul 03, 2003 12:09 am
by php_wiz_kid
Hey everybody, I was just wondering how you used the function session_set_cookie_params. I know the syntax is session_set_cookie_params($lifetime, $path, $domain [,$secure]). It says that it exists in this book I have, but doesn't explain how to use it. Thanks to anyone who knows about it. Also, please tell me about to use the [,$secure] part of it.

Posted: Thu Jul 03, 2003 4:36 am
by patrikG
Have a look at the user notes of the manual. ;)