"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
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
__