loadCookie
Summary
Get a document cookie, or an array of all document cookies.
Syntax
keyman.util.loadCookie(cn);
Parameters
cn
: Type: string
optional
: Name of the cookie to be loaded if not loading the default cookie.
Return Value
Object
: An array of names and strings or an array of variables and values.
Description
...