I am developing a web app using JSP and am unsure of when new requests are sent to the server from my browser, the following is what i have found so far:
New Requests for: requesting a page for the first time on the browser
no new requests for: refresh, the back and forward buttons on the browser
Is the above correct ?
thanks,
J.C
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 32767
posted
0
For refreshs, a new request should be sent; maybe there is some very aggressive caching going on. For back and forward, it's up to the browser, but probably not.