Re: [PHP] Re: Saving variables in a session in a destructor

2004-06-30 Thread David Goodlad
Ahh, guess I didn't look hard enough! Thanks! Dave On Wed, 30 Jun 2004 10:10:29 +0200, Red Wingate <[EMAIL PROTECTED]> wrote: > > Maybe you check out the internals archives as an discussion about this topic > was held 1-2 days ago. > > > > Hi all > > > > Using PHP5, I am trying to save some p

[PHP] Re: Saving variables in a session in a destructor

2004-06-30 Thread Red Wingate
Maybe you check out the internals archives as an discussion about this topic was held 1-2 days ago. > Hi all > > Using PHP5, I am trying to save some properties of an object when it > is destroyed in its destructor, __destruct(). However, I have found > that the session variable is NOT stored un