The properties of System.Web.Configuration.SessionStateSection are listed below. For a list of all members, see the SessionStateSection Members list.
See Also: Inherited members from System.Configuration.ConfigurationSection
AllowCustomSqlDatabase | bool.
Gets or sets a value indicating whether the user can specify the initial catalog value in the SessionStateSection.SqlConnectionString property. | |
Cookieless | System.Web.HttpCookieMode.
Gets or sets a value indicating whether cookies are used to identify client sessions. | |
CookieName | string.
Gets or sets the cookie name. | |
CustomProvider | string.
Gets or sets the name of the custom provider from the SessionStateSection.Providers collection. | |
Mode | System.Web.SessionState.SessionStateMode.
Gets or sets a value specifying where to store the session state. | |
PartitionResolverType | string.
Gets or sets a value specifying where to store the session state. | |
[read-only] | Providers | System.Configuration.ProviderSettingsCollection.
Gets the current System.Configuration.ProviderSettingsCollection providers. |
RegenerateExpiredSessionId | bool.
Gets or sets a value indicating whether the session Id will be re-issued when an expired session ID is specified by the client. | |
SessionIDManagerType | string.
Gets or sets a value specifying the fully qualified type of session ID Manager. | |
SqlCommandTimeout | TimeSpan.
Gets or sets the duration time-out for the SQL commands using the SQL Server session state mode. | |
SqlConnectionString | string.
Gets or sets the SQL connection string. | |
StateConnectionString | string.
Gets or sets the state server connection string. | |
StateNetworkTimeout | TimeSpan.
Gets or sets the amount of time the network connection between the Web server and the state server can remain idle. | |
Timeout | TimeSpan.
Gets or sets the session time-out | |
UseHostingIdentity | bool.
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. |
[read-only] override | ElementProperty | System.Configuration.ConfigurationElementProperty. Documentation for this section has not yet been entered. |
[read-only] override | Properties | System.Configuration.ConfigurationPropertyCollection. Documentation for this section has not yet been entered. |