php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20007 session.use_cookies is ignored
Submitted: 2002-10-21 05:42 UTC Modified: 2002-10-21 09:22 UTC
From: peter at ibuildings dot nl Assigned:
Status: Not a bug Package: Session related
PHP Version: 4.2.1 OS: RedHat Linux
Private report: No CVE-ID: None
 [2002-10-21 05:42 UTC] peter at ibuildings dot nl
The following code:

ini_set("session.use_cookies", "0");
session_name("Session");
session_start();

As reported in bug #18587 doesn't work with PHP 4.2.1. A cookies is generated and carried by the browser, which isn't supposed to happen...

Any solutions, workarounds?

Regards,

Peter

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-21 09:22 UTC] sander@php.net
Seems to be fixed in CVS. Use a (non-STABLE) snapshot from http://snaps.php.net.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 28 13:00:02 2025 UTC