![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
#4
| |||
| |||
|
|
I think the simplest workaround will be to prevent your login page from putting in a frameset by using javascript below: ... This is no option for me since the only reason I am using frame redirect is |
|
Hi Dieter, Thanks for your detailed explanation. Now I have clearer picture of the issue. I believe this is because IE by default rejects cookies from a frame and ASP.NET Forms Authentication needs the cookie to be accepted at client-side to be considered as "logged in". Here's some explanation and possible workarounds: #ASP.NET Resources - Frames, ASPX Pages and Rejected Cookies http://aspnetresources.com/blog/fram...d_cookies.aspx I think the simplest workaround will be to prevent your login page from putting in a frameset by using javascript below: script type="text/javascript" if (top != self) top.location.href = location.href; /script Regards, Walter Wang (wawang (AT) online (DOT) microsoft.com, remove 'online.') Microsoft Online Community Support ================================================== When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |