How to use: session_set_cookie_params
Moderator: General Moderators
-
php_wiz_kid
- Forum Contributor
- Posts: 181
- Joined: Tue Jun 24, 2003 7:33 pm
How to use: session_set_cookie_params
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.
Have a look at the user notes of the manual. 