You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Ian Mahuron <im...@bro-net.com> on 2000/10/04 20:48:05 UTC

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