You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Asaf Klibanski <as...@sortprice.com> on 2004/09/22 17:00:44 UTC

Variables in memory.

Greetings,

I'm having a problem with a script when accessed by multipile users.
The script remembers the variables used by one user and passes them on to another user.
What would be the best way to avoid this? Use sessions and hold the variables in a uniqe hash per session?

Thank you.

D