21 references to SessionStateSection
System.Web (21)
Configuration\RuntimeConfig.cs (3)
403
internal
SessionStateSection
SessionState {
405
return (
SessionStateSection
) GetSection("system.web/sessionState", typeof(
SessionStateSection
));
Configuration\SessionStateSection.cs (4)
72
new ConfigurationElementProperty(new CallbackValidator(typeof(
SessionStateSection
), Validate));
506
Debug.Assert(value is
SessionStateSection
);
508
SessionStateSection
elem = (
SessionStateSection
)value;
Configuration\SystemWebSectionGroup.cs (2)
219
public
SessionStateSection
SessionState {
221
return (
SessionStateSection
) Sections["sessionState"];
State\OutOfProcStateClientManager.cs (1)
85
SessionStateSection
config = RuntimeConfig.GetAppConfig().SessionState;
State\SessionIDManager.cs (3)
86
static
SessionStateSection
s_config;
100
SessionStateSection
config = RuntimeConfig.GetAppConfig().SessionState;
110
static
SessionStateSection
Config {
State\SessionStateModule.cs (7)
248
static bool CheckTrustLevel(
SessionStateSection
config) {
267
SessionStateStoreProviderBase InitCustomStore(
SessionStateSection
config) {
287
IPartitionResolver InitPartitionResolver(
SessionStateSection
config) {
312
ISessionIDManager InitSessionIDManager(
SessionStateSection
config) {
334
void InitModuleFromConfig(HttpApplication app,
SessionStateSection
config) {
406
SessionStateSection
config = RuntimeConfig.GetAppConfig().SessionState;
1493
internal static void ReadConnectionString(
SessionStateSection
config, ref string cntString, string propName) {
State\sqlstateclientmanager.cs (1)
131
SessionStateSection
config = RuntimeConfig.GetAppConfig().SessionState;