Gerard de Vos

Greenhorn
+ Follow
since Mar 29, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Gerard de Vos

Hello,

In our project we have a problem concerning the behaviour of the firefox browser compared to the IE browser. They are all operating under the Windows platform.

We have looked on Google and on the Javaranch forums for a solution but we couldn't find one. Maybe someone can help.

In our code we use the following to solve caching problems for the Internet Explorer browser:

response.setHeader("Cache-Control", "no-cache");
response.setHeader("Cache-Control", "no-store");
response.setHeader("Pragma", "no-cache");
response.setDateHeader("Expires", 0);

This works fine indeed for Internet Explorer but not for the Firefox browser.

Can someone tell us how to solve this problem for Firefox.

Thanks a lot in advance,

Regards,

Gerard
18 years ago