System.Web.Configuration.SessionStateSection.RegenerateExpiredSessionId Property

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

Syntax

[System.Configuration.ConfigurationProperty("regenerateExpiredSessionId", DefaultValue="True")]
public bool RegenerateExpiredSessionId { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

By default, only cookieless URLs are reissued when SessionStateSection.RegenerateExpiredSessionId is enabled.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0