Re: [mapserver-users] cgi output is not cached on client??? please help!

2009-04-14 Thread BrainDrain
It seems (visually, but I'm not sure) that response.Redirect(url, false) helps I dont know why I've added "http_max_age" "1209600" #2 weeks in seconds in map file web section to enable cahing it works when I use pure cgi, but doesn't work when i'm redirecting to cgi from my http handler this is

Re: [mapserver-users] cgi output is not cached on client??? please help!

2009-04-14 Thread BrainDrain
I've added "http_max_age" "1209600" #2 weeks in seconds in map file web section to enable cahing it works when I use pure cgi, but doesn't work when i'm redirecting to cgi from my http handler this is strange for me... Why mapserver cgi output is not cached on client? If image has the SAME url

[mapserver-users] cgi output is not cached on client??? please help!

2009-04-14 Thread BrainDrain
Why mapserver cgi output is not cached on client? If image has the SAME url it will be re-requested every time when I start a new instance of webapp. When I'm using my own httphandler (with map.draw() inside or webClient.DownloadData(url_to_mapservcgi)) I'm turning on caching with: response.Stat