Function
|
Return type
|
Description
|
delete-cookie
|
CHARACTER
|
Deletes the cookie specified by its name, URL path, and Internet domain.
|
get-cookie
|
CHARACTER
|
Given a cookie name, returns one or more matching values delimited by the value of the WebSpeed global variable, SelDelim (comma, by default). If the cookie name is the Unknown value (?), returns a list of all the cookie names.
|
set-cookie
|
CHARACTER
|
Outputs an HTTP Set-Cookie header with specified options, and returns the specified cookie value.
|