in reply to Re: Persistency issues with tied hashes
in thread Persistency issues with tied hashes
The puzzling thing about this problem from my perspective was that the session ID was being stored between run-levels ruling out such issues as file system permissions or limitations of the perlfunc:tie interface itself.
Based upon your suggestion to untie the %session hash prior to the processing of the Template object however, I modified my code accordingly and found that this fixed my problem. From a summary review of the code, I suspect that the issue lies within the localise method of Template::Context which is called from the Template::Service instance to manipulate the passed argument hash - I will however dig further into this once I get a bit more time on my hands.
Thanks again for your help mugwumpjism++
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Using Apache::Session safely
by perrin (Chancellor) on Jul 31, 2002 at 16:47 UTC |