asp.net.ph

FormsAuthenticationTicket.IsPersistent Property

System.Web.Security Namespace   FormsAuthenticationTicket Class


Returns true if a durable cookie was issued. Otherwise, the authentication cookie is scoped to the browser lifetime.

[ VB ]
Public ReadOnly Property IsPersistent As Boolean

[ C# ]
Public bool IsPersistent {get;}

[ C++ ]
public: __property bool get_IsPersistent ( );

[ JScript ]
public Serializable
function get IsPersistent ( ) : Boolean;

Property Value

A Boolean value indicating if a durable cookie was issued.

See Also

FormsAuthenticationTicket Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph