/
httpCreateCookie
httpCreateCookie
Description
Creates an HttpCookie object.
Parameters
Return Type
Example
HttpRequest request;
HttpCookie cookie = httpCreateCookie("sessionId", "298zf09hf012fh2");
request.cookies += cookie;
See also
, multiple selections available,
Related content
httpCreateCookie
httpCreateCookie
More like this
httpCreateCookie
httpCreateCookie
More like this
httpGetCookie
httpGetCookie
More like this
httpGetCookie
httpGetCookie
More like this
httpCreateHeader
httpCreateHeader
More like this
httpCreateHeader
httpCreateHeader
More like this