Module caching

Aaron Scott aaron.hildebrandt at gmail.com
Fri Apr 3 17:31:22 EDT 2009


Is there a way to make a Python app running in mod_python with zero
persistence? I have an app that should be resetting its variables
every time you access it, but sometimes -- and only sometimes -- the
variables persist through a couple refreshes. They'll even persist
through multiple browsers, so I know it's a Python issue and not a
browser caching issue.

Any assistance would be appreciated.



More information about the Python-list mailing list