|
|
Hitop Reference: CookiesSetting<@SETCOOKIE NAME="name" VALUE="value" [PATH="path"] [DOMAIN="domain"] ( [EXPIRES="timestamp"] | [MAXAGE="seconds"])> Sets a cookie on the visitor's browser in hitoplive (it doesn't do anything in hitop). The cookie will be returned to all your hitoplive pages in COOKIE_name variables. If you give a PATH, the the cookie will only be returned to files under the PATH you give. DOMAIN lets you specify the domain for which the cookie is valid. EXPIRES and MAXAGE let you specify when the cookie will no longer be valid. | |
|
Last updated 2001-06-16 |