Hello
When i give admin new user the user must logout then login.
Something when i remove admin from user, still the use has the admin
I am following same this link: Role based Authorization and Authentication in ASP.Net
Is there chance change it when the user using refresh?
Hi kankon,
When you want relogin page the call the SignOut method and redirect.
FormsAuthentication.SignOut(); Response.Redirect("~/Login.aspx");
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.