
November 11th, 2012, 07:29 AM
|
|
Contributing User
|
|
Join Date: Dec 2007
Posts: 71
Time spent in forums: 10 h 51 m 55 sec
Reputation Power: 6
|
|
|
Remember Me option in C#
I connected C# app with MySQL and made login form for users.
What I would like to do: When users open that C# app they can login and check checkbox "Remember Me" so it creates cookie and when they reopen that app later they are already logged in.
Can someone give me example how to do that
|