|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-09-07 07:34 UTC] helly@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 05 07:00:01 2025 UTC |
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']."]]]]]"; ?>