.net - ClientRoleProvider and role caching -


Is it possible to disable the role of caching when using the client Rolyprovider?

The application in question is a console application ...

I have tried to make 'cacheRolesInCookie' wrong (I know that this is a console app, but I have less idea about ideas Had been!) - but it had no effect. Finally, I created RoleProvider's own implementation due to the calming problem and other business needs.


Comments