Hello,
I have a page which is using AJAX to call a JSP that gathers some information from the backend database and sends it to the client for display.
Everything is working OK.
The problem I have is that if I change the database content is changed the new content is not displayed to the user even if he refreshes the page. Only when the user delets his temporary internet files the new content is reflected.
Now, of course I can change the user's browser settings to check for new version of the page on every visit and in this case it does work (tested it myself, it is working in this case). But, I don't want all the users to change their settings just for one page. I am sure that there is a property on the html/jsp page that says that.
Any ideas...?
I have a page which is using AJAX to call a JSP that gathers some information from the backend database and sends it to the client for display.
Everything is working OK.
The problem I have is that if I change the database content is changed the new content is not displayed to the user even if he refreshes the page. Only when the user delets his temporary internet files the new content is reflected.
Now, of course I can change the user's browser settings to check for new version of the page on every visit and in this case it does work (tested it myself, it is working in this case). But, I don't want all the users to change their settings just for one page. I am sure that there is a property on the html/jsp page that says that.
Any ideas...?