php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18435 general sessionid problem with header("LOCATION: ...")
Submitted: 2002-07-19 09:22 UTC Modified: 2002-07-19 12:07 UTC
From: info at flirtcom dot net Assigned:
Status: Not a bug Package: Session related
PHP Version: 4.2.1 OS: windows
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: info at flirtcom dot net
New email:
PHP Version: OS:

 

 [2002-07-19 09:22 UTC] info at flirtcom dot net
As far as i know there is no way to submit the session id
without doing it manually with a check or something else in something like that, when users don't accept cookies

header ("LOCATION: /dir/page.htm")

so, there are from time to time users on my page generating a lot of sessionid's this way (what's not really what i like ;-)

Is there a way to modify url_rewriter.tags, so we can also manage these kind of redirection correctly?

It would be nice to get an answer over mail :-)

Stefan

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-19 12:07 UTC] sniper@php.net
For now, you need to add it 'manually'. Also note, that
relying on transparent sids is not necessarily safe.

Also, there already is a feature request for this..next time, SEARCH the bug database before submitting new reports
of same problem. (you can add comments to any report)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 24 06:01:38 2024 UTC