php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24229 Unsetting of session vars
Submitted: 2003-06-17 14:06 UTC Modified: 2003-06-17 14:34 UTC
From: hagman at hotbrev dot com Assigned:
Status: Not a bug Package: Session related
PHP Version: 4.3.2 OS: Windows Me
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: hagman at hotbrev dot com
New email:
PHP Version: OS:

 

 [2003-06-17 14:06 UTC] hagman at hotbrev dot com
Description:
------------
I have put together a little session handler that uses MySQL instead of files, the only problem is that PHP does NOT unset unused variables like it does when not using session_set_save_handler.

Link to code.
http://www.phpportalen.net/viewtopic.php?t=7480#45089

Reproduce code:
---------------
I have no idea? C is not my best side.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-06-17 14:08 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

.
 [2003-06-17 14:34 UTC] hagman at hotbrev dot com
I'm not asking for support, I'm looking for fix in the PHP source so PHP unsets variabels when using session_set_save_hanlder.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 11:01:31 2024 UTC