Home
last modified time | relevance | path

Searched refs:samesite (Results 1 – 1 of 1) sorted by last modified time

/plugin/ckgedit/scripts/
H A Dsetsamesite.php6 …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,