[Mason] Apache::Session not storing changes to hashref

2001-05-23 Thread Jared Rhine
[Citation date: Tue, 22 May 2001 15:59:52 -0400] > Chris == Chris Thompson <[EMAIL PROTECTED]> Chris> I've got a hash %s successfully re tied every request. I'm Chris> using it to store a session id and userid with success, so Chris> I know it's storing. In the Behavior section

Re: Apache::Session not storing changes to hashref

2001-05-22 Thread Cees Hek
Apache::Session only does a shallow check of your data structure to see if it needs to update the database. If you are only changing values deep inside a hash structure, A::S will not see the changes, and they will not be saves. The man page recommends adding a timestamp to the tied hash and up

Re: Apache::Session not storing changes to hashref

2001-05-22 Thread Jeffrey W. Baker
On Tue, 22 May 2001, Chris Thompson wrote: > I'm at wits end, I'm hoping someone can tell me what's wrong. > > This is Apache 1.3.19, Redhat 6.2, modperl 1.25, apache::session 1.53 > and MySQL 3.23.36. > > (This is also happening inside HTML::Mason 1.03, but I dont think that has > anything to

Re: [Mason] Apache::Session not storing changes to hashref

2001-05-22 Thread Dave Baker
--sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 22, 2001 at 03:59:52PM -0400, Chris Thompson wrote: > I'm at wits end, I'm hoping someone can tell me what's wrong. [snip] This is documented (Apach

Apache::Session not storing changes to hashref

2001-05-22 Thread Chris Thompson
I'm at wits end, I'm hoping someone can tell me what's wrong. This is Apache 1.3.19, Redhat 6.2, modperl 1.25, apache::session 1.53 and MySQL 3.23.36. (This is also happening inside HTML::Mason 1.03, but I dont think that has anything to do with it. I've crossposted to the mason list in case any