CreateCookie
From STIQ
createCookie ( nameValuePair,optionsString )
Arguments:
- nameValuePair - name and value of the cookie in a format "name=value"
- optionsString - options for the cookie. Currently supported options include 'path' and 'max_age'. The optionsString's format is "path=/path/, max_age=60". The order of options is irrelevant, the unit of the value of 'max_age' is second.
