Hi to all,
I have created a site for search engine of maps, here the user can search the maps by Name, Location and by Scale. It is working properly, But the problem is in searching text box. I have used the ajax auto complete for searching.
if a user search the map for second time the same map..the stored cache result will displayed...
my question is to clear the all cache when the user logout the site.
i have used the meta tag
but its not clearing the cache...
please help me in this...
I have created a site for search engine of maps, here the user can search the maps by Name, Location and by Scale. It is working properly, But the problem is in searching text box. I have used the ajax auto complete for searching.
if a user search the map for second time the same map..the stored cache result will displayed...
my question is to clear the all cache when the user logout the site.
i have used the meta tag
Code:
<meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="pragma" content="no-cache" /> <META HTTP-EQUIV="expires" CONTENT="0">
please help me in this...
Comment