in reply to Re^3: How to keep an object between HTTP requests?
in thread How to keep an object between HTTP requests?
It's easily possible to keep objects persistent per Apache process using mod_perl.Bad idea. It's very unlikely you'll get the same Apache process on the next request.
|
|---|