ID:               38738
 Updated by:       [EMAIL PROTECTED]
 Reported By:      awahid at gmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Session related
-Operating System: Linux
+Operating System: *
-PHP Version:      5.1.6
+PHP Version:      *
 New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

Close the session early using session_close().


Previous Comments:
------------------------------------------------------------------------

[2006-09-07 06:57:43] awahid at gmail dot com

Description:
------------
/* run the code to understand better */

<?php

session_start();

session_unset();

$_SESSION['ObjJab']="okay";

ob_start();



        ?>

        <a href="otherPage.php" target="_blank">Go</a>

        <?php

echo str_pad('',4096)."\n";     

ob_flush(); flush();    

while(1){
}
?>

/*------------------------otherPage ----------- */
<?php
session_start();

print "[[[[[".$_SESSION['ObjJab']."]]]]]";

?>



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=38738&edit=1

Reply via email to