jacques has asked for the wisdom of the Perl Monks concerning the following question:
What is the best way to maintain mod_perl compatibility (versions 1 & 2) while preventing mod_perl "caching" of data -- when you are designing a module that presents data that should not be from the previous uses of this module? This data can be either user supplied or gleaned from environment variables.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI.pm and mod_perl caching
by perrin (Chancellor) on Apr 14, 2005 at 22:16 UTC | |
by jacques (Priest) on Apr 15, 2005 at 16:32 UTC | |
|
Re: CGI.pm and mod_perl caching
by jbrugger (Parson) on Apr 14, 2005 at 22:21 UTC | |
|
Re: CGI.pm and mod_perl caching
by dmitri (Priest) on Apr 14, 2005 at 22:12 UTC |