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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
49 + 26 = ?
Subscribe to this entry?

 
 [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 Jun 02 11:01:32 2024 UTC