Skip to end of banner
Go to start of banner

httpCreateCookie

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Description

Creates an HttpCookie object.

Parameters

Return Type

HttpCookie

Example

HttpRequest request;
HttpCookie cookie = httpCreateCookie("sessionId", "298zf09hf012fh2");
request.cookies += cookie;

See also

  • No labels