Hi friends, If I want to control cache should I do it through my servlet or my template? Many thanks, Elahe
Thanks,
Elahe
Elahe Shafie
Ranch Hand
Joined: Dec 12, 2001
Posts: 291
posted
0
Dear Friends I found the answer this tag in HTML can refresh the page to make sure it is not cached <META HTTP-EQUIV="Refresh" CONTENT="3;URL=http://www.some.org/some.html"> Elahe