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
 [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: Tue May 28 02:01:31 2024 UTC