[nycphp-talk] Session object destruction failed
Hans Zaunere
hans at nyphp.org
Tue Oct 14 10:24:26 EDT 2003
Jeff Siegel wrote:
> My error handler emails me when there is an error and this morning I
> received a message that said "Session object destruction failed." Since
> I've never received this message before (the site has been live for a
> number of months) I'm not panicking over it. However, just wondering if
> there is anything that I should look for in terms of the environment
> that might cause this error. The site is running PHP ver. 4.1.2 and is
> on a dedicated box.
I don't think I've seen this explicitly, but it's probably not a major issue; especially if it's not happening on a continuing basis.
The most probably cause is that a session was attempted to be destroyed, but either it was already destroyed somewhere else, garbage-collected just before, or never created for some reason. Looking at google/bugs.php.net there were a couple bugs about this at one time, but I don't think they remain an issue.
H
More information about the talk
mailing list