asp.net.ph

FormsAuthenticationTicket.CookiePath Property

System.Web.Security Namespace   FormsAuthenticationTicket Class


Returns the path for which the cookie was issued.

[ VB ]
Public ReadOnly Property CookiePath As String

[ C# ]
Public string CookiePath {get;}

[ C++ ]
public: __property String* get_CookiePath ( );

[ JScript ]
public Serializable
function get CookiePath ( ) : String;

Property Value

The path for which the cookie was issued.

Remarks

This is used when the cookie is refreshed.

See Also

FormsAuthenticationTicket Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note