|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-09-25 07:32 UTC] sas@php.net
[2002-09-25 09:33 UTC] edink@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 03:00:01 2025 UTC |
session.use_cookies is not respected, when using cli sapi and -c argument: mdev@server21 ~/cvs/php-4.2.3 $ sapi/cli/php -c /home/mdev/cvs/php-4.2.3/php.ini-test -r 'print ini_get("session.use_cookies");' 1 mdev@server21 ~/cvs/php-4.2.3 $ grep session.use_cookies ./php.ini-test session.use_cookies = 0 PHP_4_0_2 branch (4.2.3-dev)