WB_AddCookie - name and value of the cookie to be added/modified

Syntax
WB_AddCookie=cookiename=cookie value;

Syntax example
WB_AddCookie=LoginTime=$wbfn{fdt(dd.mmm.yyyy hh:mm:ss)};

Valid inputs
Any text and/or numeric value including WhizBase tags and functions.

Default value
none

Description
Content of this variable will be sent to client as Set-Cookie: clause in HTTP header and added to existing HTTP_COOKIE value. HTTP_COOKIE can be retrieved using WBSP function $wbgc[cookiename]. All existing HTTP cookies can be retrieved using $wbe[HTTP_COOKIE] . Different cookies must be separated  by double semicolon (;;), and entire value of WB_SetCookie must end with semicolon (;) .