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',
'max-age=1800,no-cache="Set-Cookie"');

... but all they produce in the headers when i telnet in are 'public'.

I made a mod_perl handler to do the same thing using $r->header_out, and
it worked fine.

Is Apache::ASP munging these values somehow ? I couldn't see it doing so
in the source. What am I missing ?

Oh, I'm using Apache 1.3.27, Apache::ASP 2.29

TIA,

Tom


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to