Refresh ASP.NET Role Provider

Posted by eidylon on Stack Overflow See other posts from Stack Overflow or by eidylon
Published on 2010-01-05T19:46:36Z Indexed on 2010/04/12 8:33 UTC
Read the original article Hit count: 521

Filed under:
|
|

Hi all, simple question...

Given I have an ASP.NET site, which uses a [custom] RoleProvider,
Is there any way in which I can somehow "refresh" the provider without forcing the user to log out of the site and log back in?

I'm looking for something that would be akin to a fictional method

Roles.Refresh()

Specifically, I am looking at this for if an administrator changes a user's roles, the user sessions could maybe refresh themselves every 10 minutes or something.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about roleprovider