ID: 36696 User updated by: iain at iaindooley dot com Reported By: iain at iaindooley dot com -Status: Bogus +Status: Open Bug Type: Session related Operating System: * PHP Version: 5.1.2 Assigned To: sas New Comment:
i would say that the fact the order of operations changes for a temp var or an assigned var is a bug. Previous Comments: ------------------------------------------------------------------------ [2006-03-21 15:47:16] [EMAIL PROTECTED] 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 When putting objects into session or serializing them manually put the instantiation result into a variable 1st and then use it. Ex. $a = new Object(); $_SESSION['obj'] = $a; Doing so avoids temp var, which gets destroyed right away hence leading to the wrong order of operations. ------------------------------------------------------------------------ [2006-03-20 23:25:16] [EMAIL PROTECTED] Assigned to the maintainer. ------------------------------------------------------------------------ [2006-03-13 19:54:55] [EMAIL PROTECTED] exactly ------------------------------------------------------------------------ [2006-03-13 11:07:12] iain at iaindooley dot com Just for clarity, i presume you mean using: session_write_close(); before the scripts conclude. ------------------------------------------------------------------------ [2006-03-13 10:53:59] [EMAIL PROTECTED] The solution is easy: close the session before ending your scripts. Otherwise this is a session shutdown issue. Assigning to primary session maintainer. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/36696 -- Edit this bug report at http://bugs.php.net/?id=36696&edit=1