php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13878 Page hangs on 3rd reload, using session_start, session_register, session_encode
Submitted: 2001-10-30 15:22 UTC Modified: 2001-11-20 11:03 UTC
From: shandy at NOSPAMgeeky dot net Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.4pl1 OS: Linux porky.devel.redhat.com 2.2
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: shandy at NOSPAMgeeky dot net
New email:
PHP Version: OS:

 

 [2001-10-30 15:22 UTC] shandy at NOSPAMgeeky dot net
fak2.php:
----------
<?php
class SomeClass
{

}
if( !isset( $someVar ) )
{
        $someVar = new SomeClass();
        session_register("someVar");
}
?>

f2.php:
-------
<?php
session_start();

require_once( "fak2.php" );

echo session_encode();
?>

load f2.php 3 times.  It hangs.  Don't know if this is a repeat php.net stopped responding while I was searching through old bugs.  If this has been fixed, or I am doing something wrong, please email me.

shandy

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-30 21:52 UTC] sniper@php.net
Does this happen with latest CVS snapshot from 
http://snaps.php.net/ ?

 [2001-11-20 11:03 UTC] sander@php.net
No feedback. Closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Jun 30 02:01:29 2024 UTC