Hi,
I would like to disable IE caching in my HTTP response produced by REST
service.
Is there a way to set the header params in the response? I would like to
do something like this.
response.setHeader("Expires", "Mon, 26 Jul 1997 05:00:00 GMT"); //
disable IE caching
Thanks!
Arul