.Net LoginControls - User can't logout in Firefox
Posted
by
Jordan Foreman
on Stack Overflow
See other posts from Stack Overflow
or by Jordan Foreman
Published on 2011-06-21T19:33:58Z
Indexed on
2011/06/22
0:22 UTC
Read the original article
Hit count: 219
Basically, the logout link doesn't do anything, but only in Firefox. (I can login and out freely from other browsers) There really isn't a whole lot of information I can really give other than that, since I'm still new to this project and .net as a whole, and know almost nothing about the login controls.
So if someone else has experienced a similar issue in the past, and can recognize the issue with the little info I have, that would be great! If not, sorry for the lack of depth, but its all I have.
If it helps, here is the code for where the logout link is:
<LoggedInTemplate>
...
<asp:LoginStatus ID="HeadLoginStatus" runat="server" LogoutAction="Redirect" LogoutText="Log Out" LogoutPageUrl="~/Anonymous/Login.aspx" />
</LoggedInTemplate>
© Stack Overflow or respective owner