php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16667 More session_start() after each other generates the same sessionid
Submitted: 2002-04-17 14:22 UTC Modified: 2002-08-26 01:00 UTC
From: meza at axelero dot hu Assigned:
Status: No Feedback Package: Session related
PHP Version: 4.2.0 OS: Win2k
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: meza at axelero dot hu
New email:
PHP Version: OS:

 

 [2002-04-17 14:22 UTC] meza at axelero dot hu
session_register("pass");
$sid = session_id();
session_unregister("pass");

This generates the same code over and ov er..
sometimes it makes up its mindd, and produces another id, then begins to use it for a while....

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-18 11:25 UTC] sniper@php.net
What exactly are you trying to do? And are you _really_
using PHP 4.2.0 (as it hasn't been released yet..)

 [2002-04-18 15:10 UTC] sniper@php.net
What exactly are you trying to do? And are you _really_
using PHP 4.2.0 (as it hasn't been released yet..)

 [2002-08-26 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 12:01:28 2024 UTC