Hi,
I need to have a "remember my login" cookie if someone checks the
checkbox.
The checkbox's text is "Remember Me on this Computer"
The login users name is their email (like):
users name: trinity@gmail.com
password: windintrees
If the cookie exists, open and read if it has a "1" to load
the login information, or "0" for no auto-login.
If cookie doesn't exist, to create one that stores only the "0"
until someone decides to click on the checkbox for remebering
their login information.
Any help is appreciated.
Thanks,
Trint
Ignacio Machin ( .NET/ C# MVP ) - 24 Aug 2007 22:15 GMT
Hi,
Just google "remember me" asp.net
> Hi,
> I need to have a "remember my login" cookie if someone checks the
[quoted text clipped - 13 lines]
> Thanks,
> Trint