Caching Problem...

I am creating an applet that loads an image file...The image fileshould not be cached in the browser cache...

Now to achieve this, I have tried using the URLConnection class with the setUseCaches(false), and setDefaultUseCaches(false), parameters set...

However I see that under the Sun Java VM (1.3._09) the images aren't cached...

But under the MS JVM the images are always cached !

Why is this ?What are the solutions if any ?

Sincerely

Srideep PRasad

[527 byte] By [TechDeep] at [2007-9-30 8:36:41]
# 1
Do you get the problem in a more recent JVM like 1.4.2_04?
Peter-Lawrey at 2007-7-2 19:32:41 > top of Java-index,Administration Tools,Sun Connection...