JRE 6.0 - Applet Issue
Hi,
I used to run an Applet(on browser) in JRE 1.5, wherein I will be downlaoding a serialized file from the server and deserializing it and will be runing inside the applet.
I updated to JRE6 two days back, after which the serialized file is downloaded once for the session(for a browser), after that when I try to run the applet again on the same browser, the serialized file is not pulled from the server but from a cache.
How do I invalidate the ser file in the cache and download it everytime I run my applet (on browser).
Thanks
- Gana

