|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-09-17 08:06 UTC] jgillap at cogeco dot ca
[2002-09-25 07:38 UTC] sas@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 02 21:00:01 2025 UTC |
calling session_set_cookie_params prior to session_start results in session_start not sending the cookie. actual code squence is <? session_name( test" ); session_set_cookie_params( time() + 21*24*3600); session_start(); ?> Headers are checked using tcpflow. Removing the session_set_cookie_params sends the cookie.