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
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: 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

Pull Requests

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: Fri Dec 27 06:01:29 2024 UTC