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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: msopacua at idg dot nl
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Mon Jun 02 18:01:26 2025 UTC