aspose file tools
The moose likes Web Services and the fly likes JSP in Internet explorer Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "JSP in Internet explorer" Watch "JSP in Internet explorer" New topic
Author

JSP in Internet explorer

James Clarke
Ranch Hand

Joined: Oct 04, 2004
Posts: 148
hi all,

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
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.


Android appsImageJ pluginsJava web charts
 
IntelliJ Java IDE
 
subject: JSP in Internet explorer
 
Threads others viewed
Bean question
How can I configure firefox not to cache the pages
Open window as maximized
Session tracking
forward() method of RequestDispatcher vs sendRedirect() on Response object
IntelliJ Java IDE