saveCookie
Summary
Save document variables as a cookie.
Syntax
keyman.util.saveCookie(cn, cv);
Parameters
cn- Type:
string - Name of the cookie to save.
cv- Type:
Object - An array of named arguments and values.
Return Value
undefined
Description
...
Save document variables as a cookie.
keyman.util.saveCookie(cn, cv);
cnstringcvObjectundefined
...