$setCookie

Sets the value of the specified cookie.
Syntax
    $setCookie{name}{value}
DocumentationSets the value of the specified cookie:

    Parameters:
      name, the name of the cookie whos value is to be changed.
      value, the new value of the specified cookie.
    Note:
      To execute the function setCookie, the script environment must be opened with "".
Examples
    setCookie( "Username", "guest")
    setCookie( "Password", "guest")

    Result:
    opens the script environment, sets the cookies "username" and "password" for the
    current user to the value "guest", "guest" on the client machine, closes the script
    evironment
GroupNet
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_ADVANCED
Minimum parameters2
Maximum parameters 3