• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

tomcat problem ~~web browser storing existing data

 
Ranch Hand
Posts: 834
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi, i found that during my testing on web application by using IE, i found that the result still keep in the page,even i change my index file, it still display the old index page.. can anyone know how to make it everytime my IE will check the new page ? between, i have try to delete cookie n files before ..anyone know what else to set ?


thank you !
[ September 07, 2004: Message edited by: Alvin chew ]
 
Ranch Hand
Posts: 226
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
use
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
[ September 07, 2004: Message edited by: Santosh Maskar ]
reply
    Bookmark Topic Watch Topic
  • New Topic