static String cookieValue(String cookie) { var cookieVal = cookie.split(";").first; return cookieVal.split("=").last; }