php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #4551 Session Slow to save in Frameset
Submitted: 2000-05-22 17:07 UTC Modified: 2002-01-27 01:34 UTC
From: jwspies at audiogalaxy dot com Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0 Beta 3 OS: RedHat Linux 6.0
Private report: No CVE-ID: None
 [2000-05-22 17:07 UTC] jwspies at audiogalaxy dot com
When I register variables to the session in a php script that produces a frameset, the child frames cannot access the session variables unless I delay the pages somehow.  (Only in Netscape)  I assume it is because the session state is saved at the end of the script.  The problem would be fixed if save_current_state could be called before the script ends.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-26 00:39 UTC] zak@php.net
Changing type to feature request.
 [2002-01-27 01:34 UTC] sterling@php.net
this is most likely not something you want...  Saving data during script execution has a bunch of related issues that just make it a bad thing. 
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 21:01:30 2025 UTC