Disallowing search engines to cache the pages

HiI want my web site pages which should not cached by any search engine or any other site. I am currently using meta tag to solve this issue. Ofcourse this is not reliable method.Can any of you suggest me the better solution.Thanks & Regards,Prasanth.C
[284 byte] By [PrasanthReddyCa] at [2007-10-3 3:48:01]
# 1
Have a look here: http://en.wikipedia.org/wiki/Robots_Exclusion_Standard
PhHeina at 2007-7-14 21:45:01 > top of Java-index,Java Essentials,Java Programming...
# 2
What do you mean by not cacheing? Do you want them to be indexed and viewed at all?
cotton.ma at 2007-7-14 21:45:01 > top of Java-index,Java Essentials,Java Programming...
# 3
I think you may be confusing web search engines (web-crawlers) with web caches.To restrain the latter you need to put out a barrage of headers, since different caches tend to be sensitive to different headers.
malcolmmca at 2007-7-14 21:45:01 > top of Java-index,Java Essentials,Java Programming...