I have a generic error page for my web application, which will kick in when the app has timed out.
Now, consider this situation. I am in a JSP, which has an iFrame in it, and the iframe is loaded with another page within my application.
Lets say, we leave this page on for the app to time out.
Now, click on any link/button inside the iframe. the error page is displayed inside the iframe !!!