views:

8

answers:

0

Hello, I have a large e-commerce application. I notice if I load a page on a browser, leave the computer for 8 hours, then return to it and then click a button on that page I get the Invalid ViewState MAC Error. Rather than raise this issue to the user I'd rather just send them back to the home page. I know I can do a error 500 redirect, but is there a way I can redirect just this error to the home page site wide?

thanks!