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
 [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: Wed May 01 19:01:31 2024 UTC