Re: Cache-Control problem

2003-02-26 Thread Tom Lancaster
Josh, you're right - my header component was setting it to 'public'. Doh! Thanks, Tom On Sun, 2003-02-23 at 16:01, Josh Chamas wrote: > Tom Lancaster wrote: > > Hi, > > > > I'm having some problems trying to set the Cache-Control header using > > Apache::ASP. The only values I can get it to ho

Re: Cache-Control problem

2003-02-23 Thread Josh Chamas
Tom Lancaster wrote: Hi, I'm having some problems trying to set the Cache-Control header using Apache::ASP. The only values I can get it to hold are 'public' and private'. I've tried using $Response->{CacheControl} = 'max-age=1800,no-cache="Set-Cookie"'; and $Response->AddHeader('Cache-Control