FORMULA LANGUAGE


Examples: @SetHTTPHeader
This form action sets the value of the response-header field named "Set-Cookie" to "SHOP_CART_ID=4646." As a result, the browser client registers a cookie for the server using this name and value.

@SetHTTPHeader("Set-Cookie"; "SHOP_CART_ID=4646")

This function appends the Set-Cookie response header to the end of the following standard HTTP response:

HTTP/1.0 200 OK

Date: Thurs, 30 Aug 2001 16:17:52 GMT

Server: Domino/6.0

Content-type: text/html

Content-length: 1538

Last-modified: Mon, 27 Aug 2001 01:23:50 GMT

Set-Cookie: SHOP_CART_ID=4646

See Also