|
Posted by Mitja Trampus on 09/14/05 19:48
amar.groups@gmail.com wrote:
> I am trying to disable the browser cache on a Treo 600 running Blazer
> browser v3.0.
> response.setContentType("text/vnd.wap.wml");
> response.setHeader("Cache-Control", "must-revalidate, no-cache,
> max-age=0, forua=true, no-store");
> response.setHeader("Pragma", "no-cache");
I'm afraid your problem is browser-related rather than
anything else.
Try also setHeader("Expires","0");
If you're really into headers, see also the http rfc:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html
[Back to original message]
|