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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

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 25 13:01:30 2024 UTC