![]() |
|
Welcome to the Monastery | |
PerlMonks |
Re^2: overkill anti-caching CGI headersby oalders (Initiate) |
on Aug 28, 2009 at 13:09 UTC ( #791977=note: print w/replies, xml ) | Need Help?? |
This worked really well for me too. Am working on an app where AJAX calls were being cached by MSIE 7. I pasted the code into the cgiapp_prerun and instantly all was well. My only change was to use DateTime rather than POSIX -Last_Modified => DateTime->now->strftime('%a, %d %b %Y %H:%M:%S GMT') This saved me a bunch time -- thanks!!!
In Section
Snippets Section
|
|