Hi, I found the cause of the problem:
http://www.php.net/manual/en/ref.session.php In particular: Caution If you do turn on session.auto_start then you cannot put objects into your sessions since the class definition has to be loaded before starting the session in order to recreate the objects in your session. Session.auto_start was enabled in php.ini. I turned it off and I can now log out OK. HTH someone else. R. -- http://robinbowes.com > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Robin Bowes > Sent: 14 August 2004 12:58 > To: [EMAIL PROTECTED] > Subject: RE: [geeklog-devtalk] Error with new Session class > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Tony > > Bibbs > > Sent: 13 August 2004 18:23 > > To: [EMAIL PROTECTED] > > Subject: Re: [geeklog-devtalk] Error with new Session class > > > > Are you using file-base sessions or db-based sessions (is > there even > > an db-option in the config.php)? > > > > Tony, > > I don't know. How do I tell? I can't see anything obviously > related in config.php. > > R. > > -- > http://robinbowes.com > > _______________________________________________ > geeklog-devtalk mailing list > [EMAIL PROTECTED] > http://lists.geeklog.net/listinfo/geeklog-devtalk >
