Date: 07/03/01
- Next message: php <email protected>: "[PHP-DEV] Bug #11853: unknown option -l-l"
- Previous message: alex <email protected>: "[PHP-DEV] Bug #8591 Updated: Build fails at main/main.c because XtOffset got defined to something bogus."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: php <email protected>: "[PHP-DEV] Bug #11853: unknown option -l-l"
- Previous message: alex <email protected>: "[PHP-DEV] Bug #8591 Updated: Build fails at main/main.c because XtOffset got defined to something bogus."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

