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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Mar 28 16:01:29 2024 UTC