Asp.net LoginStatus - 'log out' shows but not logged in yet

Posted by craig on Stack Overflow See other posts from Stack Overflow or by craig
Published on 2010-03-24T23:35:58Z Indexed on 2010/03/25 7:33 UTC
Read the original article Hit count: 360

Filed under:

Why does my loginStatus show 'log out' even though I've not actually logged in yet?

<asp:LoginStatus ID="LoginStatus1" runat="server"
LoginText="Log In"
LogoutText="Log Out"
LogoutPageUrl="~/Default.aspx"
LogoutAction="Redirect" />

© Stack Overflow or respective owner

Related posts about ASP.NET