J
JP
Hi folks
I have the following settings for my Rolemanager
roleManager enabled="true" cacheRolesInCookie="true" cookieTimeout="30"
cookieSlidingExpiration="true" cookieName=".ASPXROLES"
My Expectation was that any hit to the database after the initial load
should be after 30 minutes for a session , however I have found that this is
not the case and every time I do Roles.IsUserInRole in the UI, the
database Stored Proc is being called.( I was running a trace)
Can anybody throw some light on this?
I have the following settings for my Rolemanager
roleManager enabled="true" cacheRolesInCookie="true" cookieTimeout="30"
cookieSlidingExpiration="true" cookieName=".ASPXROLES"
My Expectation was that any hit to the database after the initial load
should be after 30 minutes for a session , however I have found that this is
not the case and every time I do Roles.IsUserInRole in the UI, the
database Stored Proc is being called.( I was running a trace)
Can anybody throw some light on this?