Mattias Thorslund wrote:
Hi,

One of my clients just received a PHP warning that session_destroy()
failed. Using the default session handler (with tmp files), what are the
most likely things that can cause session_destroy() to return false?

Thanks for any suggestions.

Mattias

The session was never initiated on that page with session_start() ??

on this page

http://us.php.net/manual/en/function.session-destroy.php

the first couple comments talk about different ways that the session_destroy() function call mail fail? Any sound close?

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to