php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11852 Session ID not transferred correctly within framesets
Submitted: 2001-07-03 05:43 UTC Modified: 2001-11-24 19:30 UTC
From: comp at o dot cx Assigned:
Status: Not a bug Package: Session related
PHP Version: 4.0.6 OS: Win98SE
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: comp at o dot cx
New email:
PHP Version: OS:

 

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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-18 01:40 UTC] sebastian@php.net
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.

 [2001-11-24 19:30 UTC] sniper@php.net
Ask support questions on the mailing lists:

http://www.php.net/support.php

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 11:01:30 2024 UTC