Parse a cookie string into a named list
parseCookies.RdThis function takes a cookie string (typically from HTTP headers) and parses it into a named list, where each cookie name is a list element and its value is the corresponding value.
parseCookies.RdThis function takes a cookie string (typically from HTTP headers) and parses it into a named list, where each cookie name is a list element and its value is the corresponding value.