I am opening a spreadsheet from my
servlet by using :
res.setContentType("application/vnd.ms-excel");
The problem I am having is that after I hit the back button on IE, and then try to redirect to my spreadsheet page a subsequent time, I get the first spreadsheet page contents instead of the new content I expect. It seems that the page is caching, but I am not sure how to resolve that. Any ideas would be appreciated.