php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2473 can't over write session variables with post or get
Submitted: 1999-10-09 13:00 UTC Modified: 1999-10-09 13:04 UTC
From: spokra at watchmark dot com Assigned:
Status: Closed Package: Other
PHP Version: 4.0 Beta 2 OS: linux redhat 6.1
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: spokra at watchmark dot com
New email:
PHP Version: OS:

 

 [1999-10-09 13:00 UTC] spokra at watchmark dot com
can't over write session variables with post or get.

are session variables considered cookies?



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-10-09 13:04 UTC] andrei at cvs dot php dot net
This is as designed. Having it otherwise makes your scripts
unsecure since untrusted and unchecked form variable might
overwrite secure session variable.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 19 10:01:32 2024 UTC