LoginResult.CookieName Field

Represents the name of the cookie that is holding a user's session authentication ticket.

Web Service: AuthenticationWeb Reference: http://<Site>/_vti_bin/Authentication.asmx

Syntax

Public CookieName As String

Dim instance As LoginResult
Dim value As String

value = instance.CookieName

instance.CookieName = value
public string CookieName

A String that specifies the name of the cookie. This field can be null.

Remarks

Either this field or the ErrorCode field will be null.

See Also

Reference

LoginResult Structure
LoginResult Members
Authentication Web Service