| |||||
FormsAuthentication.SetAuthCookie Method ( String, Boolean, String )System.Web.Security Namespace FormsAuthentication Class Creates an authentication ticket for the given userName, createPersistentCookie, and strCookiePath and attaches it to the cookie's collection of the outgoing response. It does not perform a redirect. [ VB ] Overloads Public Shared Sub SetAuthCookie ( _ userName As String, _ createPersistentCookie As Boolean, _ strCookiePath As String _ ) [ C# ] public static void SetAuthCookie ( string userName, bool createPersistentCookie, string strCookiePath ); [ C++ ] public: static void SetAuthCookie ( String* userName, bool createPersistentCookie, String* strCookiePath ); [ JScript ] public static function SetAuthCookie ( userName : String, createPersistentCookie : Boolean, strCookiePath : String ); Parameters
RemarksThis has the effect of creating an authenticated user. Applications can use this when they intend to manually redirect, or if they do not want to redirect. For example, you can use this for an embedded logon area on a page. See AlsoFormsAuthentication Members FormsAuthentication.SetAuthCookie Overload List |
| ||||
Check out related books at Amazon
© 2000-2008 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 aspxtreme