This command is for setting cookies for the server to send
to the client. cookie-name is the name
of the cookie, cookie-value is the data
associated with the cookie. -expires
sets an expiration date for the cookie, and must be in the
format 'DD-Mon-YY HH:MM:SS',
-path sets the path for which the cookie
is valid, and -secure specifies that the
cookie is only to be transmitted if the connection is
secure (HTTPS).