From:             [EMAIL PROTECTED]
Operating system: FreeBSD 4.2
PHP version:      4.1.0
PHP Bug Type:     Session related
Bug description:  Unable to clear out an individual variable in a session

There appears to be an issue with unsetting variables in a session. I have
an object variable that is stored in the session and when I attempt to
unset the value via unset(object) and session_unregister(object) and test
if(isset(object)) to see if it is set in a seperate script the test passes.
 In PHP 4.05 I did not encounter this problem.
-- 
Edit bug report at: http://bugs.php.net/?id=14364&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to