[To be supplied.]
[Visual Basic] Public Shared Sub SetAuthCookie( _ ByVal userName As String, _ ByVal createPersistentCookie As Boolean _ ) [C#] public static void SetAuthCookie( string userName, bool createPersistentCookie ); [C++] public: static void SetAuthCookie( String* userName, bool createPersistentCookie ); [JScript] public static function SetAuthCookie( userName : String, createPersistentCookie : Boolean );
CookieAuthentication Class | CookieAuthentication Members | System.Web.Security Namespace