Forms Authentication in asp.net MVC 5, using Cookies

preview_player
Показать описание
Hello Friends, In this video you will see How I have used Forms Authentication to allow access to users to an Application.

#FormsAuthentication #MVCFormsAuthentication #CookiesAuthentication
Рекомендации по теме
Комментарии
Автор

Nice Bro.. Could you please tell me that

string encrypted =
var cookie = new HttpCookie(FormsAuthentication.FormsCookieName, encrypted);
cookie.Expires =
Response.Cookies.Add(cookie);
what about this code... Can I detect user login by this code.

rajkumar