FormsAuthenticationTicket::CookiePath Property
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 nullptr and you will receive a compiler exception when attempting to cast the Identity property as a FormsIdentity object. |
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note: