Anyone from Sun: clearing the cache the right way!

hi there to everyone, i know most of us are having problems clearing the browser's cache. Can anyone from SUN suggest the best way/the right way...using ONLY JSP... i tried a lot of methods but it doesn't work.thanks,daniel
[267 byte] By [deandaniel] at [2007-9-26 3:03:35]
# 1

8-) The very concept of *browser* cache is not mandatory.

So there is no "right" way, and "workable" way has nothing to do with SUN and JSP (you know, browser does not know what is on server -- JSP or plain C.)

RTFM RFC HTTP 1.1 (RFC2616) states that there may be user agent which will cache things. To avoid caching, you should use <META HTTP-EQUIV...> for IE 3+ or combination of 4 header (Pragma:, Expires:, Cache-control and some else) described in rfc mentioned above.

Headers are present in request objects.

wwk_killer at 2007-6-29 11:03:41 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Also, I dont have problems with cache.
wwk_killer at 2007-6-29 11:03:41 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...