1 write to s_CreatePersistentCookie
System.Web (1)
Security\Roles.cs (1)
507s_CreatePersistentCookie = settings.CreatePersistentCookie;
1 reference to s_CreatePersistentCookie
System.Web (1)
Security\Roles.cs (1)
58static public bool CreatePersistentCookie { get { Initialize(); return s_CreatePersistentCookie; } }