php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6121 Transparent Session ID doesn't pick up redirects
Submitted: 2000-08-12 06:18 UTC Modified: 2002-02-07 21:24 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: geoff dot oakham at cognos dot com Assigned:
Status: Not a bug Package: Session related
PHP Version: 4.0.1 OS: Linux 2.2.x
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: geoff dot oakham at cognos dot com
New email:
PHP Version: OS:

 

 [2000-08-12 06:18 UTC] geoff dot oakham at cognos dot com
Code such as
   header("Location: /")
Isn't getting SIDs to be transparently added being modified with Transparent SIDs.

I just took a look at ext/standard/url_scanner.* ; does it parse the page *after* all the PHP scripting has happened, or *before*?

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-23 06:16 UTC] hholzgra@php.net
... passing the torch to Sascha ...
 [2001-08-10 17:03 UTC] jeroen@php.net
The answer to geoff's question is: after
 [2001-09-22 11:36 UTC] derick@php.net
Is this still an issue?

Derick
 [2002-02-07 21:24 UTC] yohgaki@php.net
This issue will not be able to be fixed by PHP.
Some browser does not set cookie for initial request.

To make sure cookie is enabled _always_, user must check it first.

http://www.zend.com/search_code_author.php?author=yohgaki

Use session helper html or other people post without JavaScript version.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 11:01:30 2024 UTC