Re: Apache::Session weirdness

2000-06-13 Thread Jure Simsic
I see. That explains it.. Perhaps it would be nice just to put a note about this in the Apache::Session documentation.. Jure Ken Miller wrote: At 03:13 AM 6/10/00 +0200, Jure Simsic wrote: I'm tryng to use Apache::Session and store a bunch of data into a (complex) hash (using FileStore).

Re: Apache::Session weirdness

2000-06-13 Thread Perrin Harkins
On Tue, 13 Jun 2000, Jure Simsic wrote: I see. That explains it.. Perhaps it would be nice just to put a note about this in the Apache::Session documentation.. It's already there: "Note that Apache::Session does only a shallow check to see if anything has changed. If nothing

Re: Apache::Session weirdness

2000-06-13 Thread Dave Baker
On Sat, Jun 10, 2000 at 07:30:04AM -0600, Ken Miller wrote: The session hash reference is a tied var. When you follow a reference past the first level, the tied methods don't get invoked. When you update the top level (as you did with the time()) you cause the tied methods to be invoked,