ClientRoleProvider and role caching...
Posted
by Kieron
on Stack Overflow
See other posts from Stack Overflow
or by Kieron
Published on 2010-06-14T14:39:03Z
Indexed on
2010/06/14
14:42 UTC
Read the original article
Hit count: 371
membership-provider
|clientroleprovider
Hi,
Is it possible to disable to the role caching when using the ClientRoleProvider?
The application in question is a console application...
I've tried setting 'cacheRolesInCookie' to false (I know it's a console app, but I was running low on ideas!) - but it had no affect.
© Stack Overflow or respective owner