Re: regarding cache clearing header in python cgi

2005-06-21 Thread Fredrik Lundh
"praba kar" wrote: > In Php the following headers base we can clean > the cache in the url "header('Cache-Control: > no-store, no-cache, must-revalidate'); " > I want to know Php equivalent headers in Python-cgi > If anybody know regarding this kindly mail me. did you try print 'Cache

Re: regarding cache clearing header in python cgi

2005-06-20 Thread praba kar
Dear All, In Php the following headers base we can clean the cache in the url "header('Cache-Control: no-store, no-cache, must-revalidate'); " I want to know Php equivalent headers in Python-cgi If any know regarding this kindly mail me. regards, Prabahar __