Hello. I already have those pragmas inside templates - as meta tags. So it's not browsers fault.
But I doubpt that proxy parses html - adding that to header should do the trick as this "Free Proxy" claims that it folows some RFC regulation related to caching/proxying. Thanks. ----- Original Message ----- From: "Cees Hek" <[EMAIL PROTECTED]> To: "Webmaster Techcode.NET" <[EMAIL PROTECTED]> Cc: "CGIAPP" <[email protected]> Sent: Thursday, December 15, 2005 3:14 PM Subject: Re: [cgiapp] Working with proxies. > 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 >
