I need a simple cookie example in c# for WebApplication...

  • Thread starter Thread starter trint
  • Start date Start date
T

trint

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: (e-mail address removed)
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
 
Back
Top