NYCPHP Meetup

NYPHP.org

[nycphp-talk] Session object destruction failed

Jeff Siegel jsiegel1 at optonline.net
Tue Oct 14 11:05:21 EDT 2003


The only bugs concerning this seemed to be related to PHP on IIS. Of
course...I'll post again if it happens again.

Jeff

-----Original Message-----
From: talk-bounces at lists.nyphp.org [mailto:talk-bounces at lists.nyphp.org]
On Behalf Of Hans Zaunere
Sent: Tuesday, October 14, 2003 9:24 AM
To: NYPHP Talk
Subject: Re: [nycphp-talk] Session object destruction failed




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


_______________________________________________
talk mailing list
talk at lists.nyphp.org
http://lists.nyphp.org/mailman/listinfo/talk




More information about the talk mailing list