[PHP-DEV] Bug #11852: Session ID not transferred correctly within framesets From: comp <email protected>
Date: 07/03/01

From: comp <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: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>