Response.Redirect to TopFrame in Session_End

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

On Seesion.TimeOut I woul like to redirect the users to the login page. I am
using Frames and when I put Response.Redirect in the Session_End of the
Global.asax this redirect into the main Frame but not on Top.
How to get a response.redirect on TOP (target Top or something) ?

Thanks
 
if the login page is always full window, you can use JavaScript to break the
frames.

---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Back
Top