FormsAuthenticationTicket.IsPersistent Property
.NET Framework (current version)
Gets a value indicating whether the cookie that contains the forms-authentication ticket information is persistent.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Booleantrue if a durable cookie (a cookie that is saved across browser sessions) was issued; otherwise, false.
The following code example displays the property values of the FormsAuthenticationTicket for the current logged-on user.
Note |
|---|
If there is no logged-on user, the Identity property will be null and you will receive a compiler exception when attempting to cast the Identity property as a FormsIdentity object. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
.jpeg?cs-save-lang=1&cs-lang=fsharp)