When you have to reload the page with the cookie, try adding "HTTP/1.1" at the end of the GET request, and also, try to add the "cookiename=cookievalue" instead of only the "cookievalue" (maybe adding only the value won't work as you have two values having the same name).