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;
The path for which the cookie was issued.
This is used when the cookie is refreshed.
FormsAuthenticationTicket Members
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