- what are the possible ways of implementing remember me option in an asp.net web application?

| |||
|
feedback
|
|
If you're using Forms Authentication, just pass Otherwise, idea is essentially the same: you need to create a so-called "persistent cookie", which means that you have to specify correct cookie expiration date. | |||
|
feedback
|
| ||||
|
feedback
|
|
Take a look here: How to: Create an ASP.NET Login Page
| |||
|
feedback
|