Hi guys. I have ab bit of a problem here. I'm authenticating my users by creating cookies and that seems to be working perfectly (users are logged in properly), but in my code, all HttpContext.Current.User.Identity.IsAutheticated and User.IsInRole("Role") always return false. What am I doing wrong here?
↧