in reply to Re: Re: Persistency issues with tied hashes
in thread Persistency issues with tied hashes
If you really want to use Apache::Session rather than something simpler like MLDBM::Sync, I suggest you treat it as a hot potato, i.e. create the hash, get what you want in and out of it as fast as you can, and get rid of it immediately. Don't leave it hanging around while you do other stuff.
|
|---|