System.Web.Configuration.SessionStateSection: Property Members

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

Public Properties

AllowCustomSqlDatabasebool.

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

CookielessSystem.Web.HttpCookieMode.

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

CookieNamestring.

Gets or sets the cookie name.

CustomProviderstring.

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

ModeSystem.Web.SessionState.SessionStateMode.

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

PartitionResolverTypestring.

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

[read-only]
ProvidersSystem.Configuration.ProviderSettingsCollection.

Gets the current System.Configuration.ProviderSettingsCollection providers.

RegenerateExpiredSessionIdbool.

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

SessionIDManagerTypestring.

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

SqlCommandTimeoutTimeSpan.

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

SqlConnectionStringstring.

Gets or sets the SQL connection string.

StateConnectionStringstring.

Gets or sets the state server connection string.

StateNetworkTimeoutTimeSpan.

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

TimeoutTimeSpan.

Gets or sets the session time-out

UseHostingIdentitybool.

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.

Protected Properties

[read-only]
override
ElementPropertySystem.Configuration.ConfigurationElementProperty. Documentation for this section has not yet been entered.
[read-only]
override
PropertiesSystem.Configuration.ConfigurationPropertyCollection. Documentation for this section has not yet been entered.