We use the following development environment for a web application -Java servlet -Web server -Oracle 8i on (Linux server)
Some of the web related contents are not getting refreshed, once the data is updated, We use flash technology for content rollover.
Your comments & suggestions are appreciated.
baljee
Olaf
1:37 am on Dec 16, 2001 (gmt 0)
I guess then that all of the pages are dynamically generated.
If they are you could try using the nocache or the expire meta tag in the pages where you want the user to reget all the infomation each time he visits.
A brute force way would be to use a unique seed in the url. (bad for SE though)