php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #15078 --trans-sid doesn't work with Header("Location: ...."); like redirects
Submitted: 2002-01-17 02:44 UTC Modified: 2010-12-17 14:26 UTC
From: vlajos at dazzle dot bke dot hu Assigned:
Status: Not a bug Package: Session related
PHP Version: 4.0.6 OS: Linux
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: vlajos at dazzle dot bke dot hu
New email:
PHP Version: OS:

 

 [2002-01-17 02:44 UTC] vlajos at dazzle dot bke dot hu
There is IE6.0 with his wonderous cookies.
Maybe usefull to rewrite Header("Location: /") like redirects to contains PHPSESSID. (maybe only-if !isset($HTTP_COOKIE_VARS["PHPSESSID"])
and trans-sid enabled.
What do you think?

Veres Lajos
vlajos@dazzle.bke.hu

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-17 02:45 UTC] vlajos at dazzle dot bke dot hu
I think that all version on all OS are affected.
 [2010-12-17 14:26 UTC] jani@php.net
-Status: Open +Status: Bogus -Package: Feature/Change Request +Package: Session related
 [2010-12-17 14:26 UTC] jani@php.net
For such you need to pass the SID yourself in the code. Transparent SID is meant only for output html.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 11:01:33 2024 UTC