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
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: peter at ibuildings dot nl
New email:
PHP Version: OS:

 

 [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 14:00:03 2025 UTC