Hi
How to check Cookie Information in Browser . What details it store
FormsAuthentication.SetAuthCookie("userId",true);
<forms loginUrl="~/Home/Login" timeout="30" />
Thanks