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
 [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 17:01:33 2024 UTC