php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20950 unset($_SESSION['value']) does not unregister value from session
Submitted: 2002-12-11 20:12 UTC Modified: 2003-01-02 18:46 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: philip dot jenvey at managestar dot com Assigned:
Status: No Feedback Package: Session related
PHP Version: 4.2.2 OS: linux
Private report: No CVE-ID: None
 [2002-12-11 20:12 UTC] philip dot jenvey at managestar dot com
I've done an unset($_SESSION["value"]), and it does not seem to unregister the value from the session. session_unregister("value") works, however. With superglobals, shouldn't these two functions work exactly the same?

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-11 23:24 UTC] iliaa@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip


 [2003-01-02 18:46 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Oct 25 12:01:27 2024 UTC