From:             [EMAIL PROTECTED]
Operating system: Win98SE
PHP version:      4.0.6
PHP Bug Type:     *Session related
Bug description:  Session ID not transferred correctly within framesets

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...


-- 
Edit Bug report at: http://bugs.php.net/?id=11852&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to