[geeklog-devtalk] Error with new Session class
robin-lists at robinbowes.com
robin-lists at robinbowes.com
Sun Aug 15 16:50:25 EDT 2004
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: geeklog-devtalk-admin at lists.geeklog.net
> [mailto:geeklog-devtalk-admin at lists.geeklog.net] On Behalf Of
> Robin Bowes
> Sent: 14 August 2004 12:58
> To: geeklog-devtalk at lists.geeklog.net
> Subject: RE: [geeklog-devtalk] Error with new Session class
>
> > -----Original Message-----
> > From: geeklog-devtalk-admin at lists.geeklog.net
> > [mailto:geeklog-devtalk-admin at lists.geeklog.net] On Behalf Of Tony
> > Bibbs
> > Sent: 13 August 2004 18:23
> > To: geeklog-devtalk at lists.geeklog.net
> > 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
> geeklog-devtalk at lists.geeklog.net
> http://lists.geeklog.net/listinfo/geeklog-devtalk
>
More information about the geeklog-devtalk
mailing list