CookieGrammar:
CookieTypically sent to the client as HTTP response headers, the following example shows the corresponding syntax (note that the HttpOnly property is case-insensitive):
Note: sometimes the cookie statement is invalid if the HttpOnly parameter is not specified as true.
//@setcookie(“_mcloudauth”, “”, time() – 3600);
@setcookie(‘_mcloudauthcookie’, ”, time() – 3600, ‘/’, NULL, NULL, true);
//@setcookie(“_mcloudauth”, “”, time() – 3600);
@setcookie(‘_mcloudauthcookie’, ”, time() – 3600, ‘/’, NULL, NULL, true);