Authentication

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hello,

I created a custom login form where the authentication is made on the
button click as follows:

If FormsAuthentication.Authenticate(username, password) Then
FormsAuthentication.RedirectFromLoginPage(username, False)
End If

I also have in my form a Remember me next time check box.
How can I implement this?
What should I do when the button is clicked?

Thanks,
Miguel
 
Back
Top