On 12/14/05, Webmaster Techcode.NET <[EMAIL PROTECTED]> wrote:
> I have problems with my application when it's accessed via Proxy.
>
> Aparently it's output get's cached - so user always get's login form over and 
> over.

Sounds like the proxy is setup to cache everything, instead of just
content that has proper caching headers set.  Just add the following
to your app and maybe it will stop the proxy from caching:

$self->header_add(-pragma => 'no-cache');

That is from memory, so I might be off slightly, but if you search the
internet for 'HTTP cache control headers' you will probably come up
with lots of info.

Cheers,

Cees

---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[email protected]/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to