Owning Palette: CGI VIs
Installed With: Internet Toolkit
Constructs a Set-Cookie: reply header line that specifies a client-side cookie to store. The VI URL-encodes the cookie name and contents in the header.

![]() |
header in contains previous reply header lines that other VIs have generated. |
![]() |
cookie name contains the name of the client-side cookie. |
![]() |
cookie value contains the value to associate with the client-side cookie. |
![]() |
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. |