ID:               6693
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Closed
 Bug Type:         *Session related
 Operating System: Windows NT 4.0
 PHP Version:      4.0.2
 New Comment:

Using PHP 4.1.2. on Windows NT 5.0 build 2195

I still get a "Session object destruction failed" warning when running
this script:

<?

session_start();
session_unset();
//Sletter og avslutter session
session_destroy();

?>

Any comments?


Previous Comments:
------------------------------------------------------------------------

[2001-04-27 19:54:44] [EMAIL PROTECTED]

fixed in 4.0.4

------------------------------------------------------------------------

[2000-10-03 02:59:45] [EMAIL PROTECTED]

this is dup without further information, #5231 reopened

------------------------------------------------------------------------

[2000-09-30 03:00:06] [EMAIL PROTECTED]

Does it unlink the session file (aka object)?

------------------------------------------------------------------------

[2000-09-12 18:38:25] [EMAIL PROTECTED]

I tried several times to use session_destroy() in Windows NT
environment with both IIS4 and Apache but it doesn't work returning the
warning message "Session object destruction failed" (but It works
perfectly in Linux environment).

Configuration of session environment is:
session.auto_start Off 
session.cache_expire 180 
session.cache_limiter nocache 
session.cookie_domain no value 
session.cookie_lifetime 0 
session.cookie_path / 
session.entropy_file no value 
session.entropy_length 0 
session.gc_maxlifetime 1440 
session.gc_probability 1 
session.name PHPSESSID 
session.referer_check no value 
session.save_handler files 
session.save_path C:\TEMP 
session.serialize_handler php 
session.use_cookies On 


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=6693&edit=1

Reply via email to