In Asp.Net MVC, if a user's role is changed while he is already logged in, it won't be actually reflected until the user logs out and logs back in.
Is there any way to make role changes reflect immediately? I'm using the default Asp.Net identity.
In Asp.Net MVC, if a user's role is changed while he is already logged in, it won't be actually reflected until the user logs out and logs back in.
Is there any way to make role changes reflect immediately? I'm using the default Asp.Net identity.