Owning Palette: CGI VIs
Installed With: Internet Toolkit
Constructs Set-Cookie: reply header lines that specify multiple client-side cookies to store. The VI URL-encodes cookie names and contents.

![]() |
header in contains previous reply header lines that other VIs have generated. |
![]() |
cookies contains the names and values of a list of client-side cookies. |
![]() |
expires is the time in seconds after which the cookie(s) expire. The default value is 0.0, which causes the cookie(s) to expire when the browser closes. |
![]() |
path specifies the subset of URLs on the server to which the cookie(s) apply. |
![]() |
domain specifies the Internet domain for which the cookie(s) are valid. |
![]() |
header out appends header in with a Set-Cookie: header line or lines. Wire this output to the content input of the CGI Write Reply VI. |