2
byogdc
6y

Is there a good way to refresh user permissions in an ASP.MVC app? Right now our solution is to save the updates and have the user close out of their browser/clear the cache so the updates can take place but wonder if there's a way to refresh the application itself.

Comments
  • 1
    Adding a space to your web.config will restart the app domain and should clear all session data.
Add Comment