Home
last modified time | relevance | path

Searched refs:auth_setCookie (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dauth.php314 auth_setCookie($user, auth_encrypt($pass, $secret), $sticky);
1139 auth_setCookie($INPUT->server->str('REMOTE_USER'), $pass, (bool) $sticky);
1389 function auth_setCookie($user, $pass, $sticky) function