Response header's set-cookie only has the last cookie??!!

Our web server is using cookies for authentication. Since roku doesn’t support cookies, I have been trying to read the cookies from the response header’s set-cookie, but I only see the last set cookie! Am I missing something or is it a bug?

Are you using GetResponseHeaders? Try GetResponseHeadersArray.

–Mark

viewtopic.php?f=34&t=37430&p=243844#p243844

Very helpful! It worked! Thanks a lot!