Hi,
I have this problem. I used a frameset with two frames.
The left side frame contains an .aspx page which contains links to be displayed on the right frame.
The right frame displays .aspx pages that are click from the left frame.
I use ASP.NET Forms Authentication and I set a Session Timeout of 10 minutes.
My problem is everytime my app times out, both frames get redirected to my "Login Page".
Is there a way to redirect the whole frameset/page to my Login page instead of having the "Login page" in each frame ?
Thanks,
Hang
I have this problem. I used a frameset with two frames.
The left side frame contains an .aspx page which contains links to be displayed on the right frame.
The right frame displays .aspx pages that are click from the left frame.
I use ASP.NET Forms Authentication and I set a Session Timeout of 10 minutes.
My problem is everytime my app times out, both frames get redirected to my "Login Page".
Is there a way to redirect the whole frameset/page to my Login page instead of having the "Login page" in each frame ?
Thanks,
Hang