Question:

Remember me using asp.net?

by  |  earlier

0 LIKES UnLike

i have to create a login functionality. Like other websites, there will b a check box, where text will b "remember me in this computer" . This application will b in asp.net. I don't know how to create this functionality.

Can anyone tell me in detail how i can accomplish this task in asp.net? Is there any tool in asp.net by which this task is done?

Plz help.

Thanks in advance.

 Tags:

   Report

1 ANSWERS


  1. Use a cookie to store any session variables and the username and set a reasonable expire time.  Due to security flaws with using cookies, though, you might want to set up a system like yahoo has, where when you come back you still have to type your password.  

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.