1
Hello,
I am using Vraptor 4 with Wildfly 9, and I noticed that in my localhost browsing, every refresh or browsing among other pages, the HTML content is normally reloaded. However, when I am making a request to a production server, that is, to another host, it seems that the page cache is kept and only updated by pressing Ctrl+F5. For example: If I send a message to display an Alert in the view and navigate between other pages, by going back to it Alert will still be there and only disappearing by clearing the cache in the browser.
How can I disable this cache?