Reading the directions ;-)

Apache::Session doesn't do any deep checking, if a top level doesn't value
doesn't change
it may not detect the change.

This is why your workaround works...

The offically recommend workaround (I believe) is to keep a timestamp as a
top level value in the hash...

>-----Original Message-----
>From: Ian Mahuron [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, October 04, 2000 2:48 PM
>To: ml: mod_perl
>Subject: Apache::Session - kludgy workaround?
>
>
>
>If I repeatedly write to:
>
>$session{foo}{bar}
>
>I find that I have to do something like:
>
>$session{smack}++;
>
>to get it to write when the hash is untied.  Is there a better 
>way to do this?
>
>TIA
>
>ian
>

Reply via email to