I am looking into sessions at the moment and havnīt got it all working
properly to continue my journey.

Iīm having problem with the session_destroy(), and after some searching in
the archive, I found out that other people have had this problem aswell, but
I didnīt find a fix...

Here is the error message I get:
Warning: Session object destruction failed in
E:\Inetpub\wwwroot\testscript\sessions\test.php on line 5

Here is my code:
<?php
session_start();
session_register("value");
session_unregister("value");
session_destroy();
?>

Is this error caused by php.ini, my webserver or other?

My configuration:
IIS 5 for Win2k
PHP 4.0.3 PL 1

Thanks
// Tobbe



-- 
PHP General 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