SessionStateSection Properties

 

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubpropertyAllowCustomSqlDatabase

Gets or sets a value indicating whether the user can specify the initial catalog value in the SqlConnectionString property.

System_CAPS_pubpropertyCompressionEnabled

Gets or sets a value that indicates whether compression is enabled for session-state data.

System_CAPS_pubpropertyCookieless

Gets or sets a value indicating whether cookies are used to identify client sessions.

System_CAPS_pubpropertyCookieName

Gets or sets the cookie name.

System_CAPS_pubpropertyCurrentConfiguration

Gets a reference to the top-level Configuration instance that represents the configuration hierarchy that the current ConfigurationElement instance belongs to.(Inherited from ConfigurationElement.)

System_CAPS_pubpropertyCustomProvider

Gets or sets the name of the custom provider from the Providers collection.

System_CAPS_pubpropertyElementInformation

Gets an ElementInformation object that contains the non-customizable information and functionality of the ConfigurationElement object. (Inherited from ConfigurationElement.)

System_CAPS_protpropertyElementProperty

Gets the ConfigurationElementProperty object that represents the ConfigurationElement object itself.(Inherited from ConfigurationElement.)

System_CAPS_protpropertyItem[ConfigurationProperty^]

Gets or sets a property or attribute of this configuration element.(Inherited from ConfigurationElement.)

System_CAPS_protpropertyItem[String^]

Gets or sets a property, attribute, or child element of this configuration element.(Inherited from ConfigurationElement.)

System_CAPS_pubpropertyLockAllAttributesExcept

Gets the collection of locked attributes.(Inherited from ConfigurationElement.)

System_CAPS_pubpropertyLockAllElementsExcept

Gets the collection of locked elements.(Inherited from ConfigurationElement.)

System_CAPS_pubpropertyLockAttributes

Gets the collection of locked attributes (Inherited from ConfigurationElement.)

System_CAPS_pubpropertyLockElements

Gets the collection of locked elements.(Inherited from ConfigurationElement.)

System_CAPS_pubpropertyLockItem

Gets or sets a value indicating whether the element is locked.(Inherited from ConfigurationElement.)

System_CAPS_pubpropertyMode

Gets or sets a value specifying where to store the session state.

System_CAPS_pubpropertyPartitionResolverType

Gets or sets a value specifying where to store the session state.

System_CAPS_protpropertyProperties

Gets the collection of properties.(Inherited from ConfigurationElement.)

System_CAPS_pubpropertyProviders

Gets the current ProviderSettingsCollection providers.

System_CAPS_pubpropertyRegenerateExpiredSessionId

Gets or sets a value indicating whether the session Id will be re-issued when an expired session ID is specified by the client.

System_CAPS_pubpropertySectionInformation

Gets a SectionInformation object that contains the non-customizable information and functionality of the ConfigurationSection object. (Inherited from ConfigurationSection.)

System_CAPS_pubpropertySessionIDManagerType

Gets or sets a value specifying the fully qualified type of session ID Manager.

System_CAPS_pubpropertySqlCommandTimeout

Gets or sets the duration time-out for the SQL commands using the SQL Server session state mode.

System_CAPS_pubpropertySqlConnectionRetryInterval

Gets or sets the time interval that should elapse before ASP.NET reconnects to the database.

System_CAPS_pubpropertySqlConnectionString

Gets or sets the SQL connection string.

System_CAPS_pubpropertyStateConnectionString

Gets or sets the state server connection string.

System_CAPS_pubpropertyStateNetworkTimeout

Gets or sets the amount of time the network connection between the Web server and the state server can remain idle.

System_CAPS_pubpropertyTimeout

Gets or sets the session time-out

System_CAPS_pubpropertyUseHostingIdentity

Gets or sets a value specifying the whether the session state will use client impersonation when available, or will always revert to the hosting identity.

Return to top
Show: