I"m using the membership provider for login authentication. It is working and redirecting to the url in web.config. How do I make it check to see if the user checked the remember me checkbox, and see if there is a cookie in the browser? How do I create
the cookie?
<asp:Login ID="Login1" runat="server" DestinationPageUrl="~/users/default.aspx"
Width="303px" PasswordRecoveryText="Forgot Password ?"
PasswordRecoveryUrl="~/passwordrecovery.aspx" BackColor="#F7F6F3"
BorderColor="#E6E2D8" BorderPadding="4" BorderStyle="Solid" BorderWidth="1px"
Font-Names="Verdana" Font-Size="0.8em" ForeColor="#333333"
&nb ...
Go to the complete details ...