ID: 14536
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: Session related
Operating System: debian 2.2.19pre17
PHP Version: 4.1.0
New Comment:
What is the version of the Zend Engine, as shown by the output of phpinfo(); ?
Derick
Previous Comments:
------------------------------------------------------------------------
[2001-12-15 13:08:46] [EMAIL PROTECTED]
starting session with session_register..
The session variable will display.. but after calling the session_unregister
command... the session variable still remains...
<?
session_start();
if($page == ""){
$test = "hello";
session_register("test");
}
elseif($page=="u"){
session_unregister("test");
}
else
{
echo "$test";
}
?>
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=14536&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]