SessionStateSection.RegenerateExpiredSessionId Property
.NET Framework 3.0
Gets or sets a value indicating whether the session Id will be re-issued when an expired session ID is specified by the client.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_RegenerateExpiredSessionId () /** @property */ public void set_RegenerateExpiredSessionId (boolean value)
public function get RegenerateExpiredSessionId () : boolean public function set RegenerateExpiredSessionId (value : boolean)
Not applicable.
Property Value
true if the session ID must be regenerated; otherwise, false. The default value is false.The following code example demonstrates how to get the RegenerateExpiredSessionId property. Refer to the code example in the SessionStateSection class topic to learn how to access the SessionStateSection object.
Community Additions
ADD
Show: