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

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top