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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sat May 10 23:01:29 2025 UTC