Hello,
I have been looking which steps should I follow to perform this task but I have not been able to find a clear sample. Every sample I have read is different, besides the code behind, some includes code in Web.config and Global.asax, so I am confuse of which
approach I should implement.
The functionality is the typical of a login form: authenticate the user, store the cookie, if "remember me" is checked, consulting the cookie and redirect to the authorized content,... In pseudocode would be great.