Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
150 Points
51 Posts
Nov 10, 2008 01:38 PM|LINK
I'm having this problem, too. I've tried everything I've seen on forums, but still no luck. I'm trying to get it so that if you log out, it will remember the username and password and if you checked the remember me box or not.
Form:
<asp:Login ID="Login1" runat="server" RememberMeSet="true" CssClass="loginClass" TitleText=""> </asp:Login>
In the web.config:
<forms name=".ASPXFORMSAUTH" protection="All" defaultUrl="/admin/default.aspx" loginUrl="/login.aspx" cookieless="UseCookies" timeout="600000" slidingExpiration="true">
And I also added a machineKey. What else am I missing? I would have thought that it would remember the username and password automatically.
relish27
Member
150 Points
51 Posts
Re: "Remember me next time" not working for Login control? Here's why!
Nov 10, 2008 01:38 PM|LINK
I'm having this problem, too. I've tried everything I've seen on forums, but still no luck. I'm trying to get it so that if you log out, it will remember the username and password and if you checked the remember me box or not.
Form:
<asp:Login ID="Login1" runat="server" RememberMeSet="true" CssClass="loginClass" TitleText="">
</asp:Login>
In the web.config:
<forms name=".ASPXFORMSAUTH" protection="All" defaultUrl="/admin/default.aspx" loginUrl="/login.aspx" cookieless="UseCookies" timeout="600000" slidingExpiration="true">
And I also added a machineKey. What else am I missing? I would have thought that it would remember the username and password automatically.