FormsAuthenticationTicket::CookiePath Property
.NET Framework (current version)
Gets the cookie path for the forms-authentication ticket.
Assembly: System.Web (in System.Web.dll)
If the FormsAuthenticationTicket is created using a constructor that does not supply a cookiePath parameter, the CookiePath property returns the value of the FormsCookiePath property; otherwise, the version property returns the value supplied to the FormsAuthenticationTicket constructor.
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=cpp)