Searched refs:samesite (Results 1 – 1 of 1) sorted by relevance
/plugin/ckgedit/scripts/ |
H A D | setsamesite.php | 6 …e, $value, $expire=0, $path ='/', $domain="", $httponly="HttpOnly", $secure=false, $samesite="Lax") argument 9 … setcookie($name, $value, $expire, "$path; samesite=$samesite", $domain, $secure, $httponly); 16 'samesite' => $samesite,
|