parseCookie: parseCookie

Description Usage Arguments Value Examples

Description

Parse a HTTP cookie

Usage

1
parseCookie(http_cookie)

Arguments

http_cookie

The cookie as a string.

Value

The cookie parsed to a list. The empty list is returned when an error or warning occurs and a message() is generated.

Examples

1
parseCookie("foo=bar")

bobjansen/mattR documentation built on May 9, 2019, 9:57 p.m.