Sets a cookie on the visitor's browser. Can be in either NAME=VALUE format, or a more verbose format including the path and expiration date; see the link for full details on the syntax."), * name = "set-cookie", * group = "advanced", * weight = 5, * type = "string", * secure = FALSE, * multiple = FALSE * ) */ class SetCookie extends MetaHttpEquivBase { // Nothing here yet. Just a placeholder class for a plugin. }