HTTP Status Code 204 is what you should use.
It means that the server has processed the request but user agent's
active document view should remain the same/should not change.

response.setStatus(204);

See w3.org for more info
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html


Best regards
Dick Larsson
http://www.amantech.se

On 25 Sep, 08:00, Shoubhik <sbos...@gmail.com> wrote:
> I need to DISABLE 'refresh' in a page (all possible ways, Browser
> buttons, right click -> refresh and F5 )
>
> Please provide me some solutions.
>
> Thanks in advance,
> Shoubhik Bose

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to