|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-07-03 05:43 UTC] comp at o dot cx
starting indexfile:
session_start()
session_register("var")
in the header of the frameset definition (index) file, even transferring the <?=SID?> directly to the contained frame (control) can't convince the control-file to take on the same session id as the indexfile has submitted to it.
starting controlfile:
session_start()
tried everything. all worked perfect on the 4.0.5 release! i can't find any scripting bug...
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 12:00:01 2025 UTC |
1.) Sessions work fine for me with frames. 2.) Please test your script(s) with http://www.php.net/~zeev/php-4.1.0RC2.tar.gz Thanks.