php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19055 session.use_cookies ini config not respected
Submitted: 2002-08-22 15:02 UTC Modified: 2002-09-25 09:33 UTC
From: msopacua at idg dot nl Assigned: edink (profile)
Status: Not a bug Package: Other web server
PHP Version: 4CVS-2002-08-22 OS: BSD/OS
Private report: No CVE-ID: None
 [2002-08-22 15:02 UTC] msopacua at idg dot nl
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)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-09-25 07:32 UTC] sas@php.net
Reclassified -- seems to be a CLI bug.
 [2002-09-25 09:33 UTC] edink@php.net
Try php -h for the meaning of -c command line switch. 4.3.0 will have the behaviour you expected.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 10:01:28 2024 UTC