Re: .do files in "Temporary Internet Files"
Posted By:
Christopher_Koenigsberg
Posted On:
Saturday, December 24, 2005 06:39 PM
Presumably if you examine the content of your .do files, you will see they are the html rendered in the response from your Struts Actions (hopefully from the jsp's that you forward to, upon success of the actions). Or if not from your own Struts Actions, then they're from browsing someone else's Struts-based web application.
Perhaps you're not completely setting all the response headers needed to fully disable cacheing in the browser. I've seen lots of examples that set 3 different headers just to make sure, covering all idiosyncratic browsers.