Been a long time for a follow up question, been busy. Anyhow...
What values should I use. I was using all and it did not log in the user.
<ApiResponse>
<ErrorCode>0</ErrorCode>
<ErrorDescription/>
<ResultData recordcount="1">
<Record>
<Username>sahil42</Username>
<UserID>305241</UserID>
<CookieName>wwf10sLID</CookieName>
<CookieKey>UID</CookieKey>
<CookieData>sahil4u-61DE-996-DB34-A2DA</CookieData>
<CookiePath>/</CookiePath><CookieDomain/><ForumPath>http://forums.xxxxx.com/</ForumPath>
</Record>
</ResultData>
</ApiResponse>
Additionally, I was using a similiar Vb.net code to place the cookie in the browser.
Response.Cookies.Remove("XXXXX")
Response.Cookies("XXXXX").Value = AppSettings("CookieBlockSL").ToString + read.GetString(2).Trim
Response.Cookies("XXXXX").Expires = DateTime.Today.AddYears(10)