Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dauth.php111 'sticky' => $INPUT->bool('r'),
235 $evdata['sticky'],
263 * @param bool $sticky Cookie should not expire
270 function auth_login($user, $pass, $sticky = false, $silent = false)
287 $secret = auth_cookiesalt(!$sticky, true); //bind non-sticky to session
288 auth_setCookie($user, auth_encrypt($pass, $secret), $sticky);
301 [$user, $sticky, $pass] = auth_getCookie();
323 $secret = auth_cookiesalt(!$sticky, true); //bind non-sticky t
207 auth_login($user, $pass, $sticky = false, $silent = false) global() argument
1246 auth_setCookie($user, $pass, $sticky) global() argument
[all...]
/dokuwiki/inc/Extension/
H A DAuthPlugin.php191 * @param bool $sticky Cookie should not expire
195 public function trustExternal($user, $pass, $sticky = false)
201 $sticky ? $sticky = true : $sticky = false; //sanity check
197 trustExternal($user, $pass, $sticky = false) global() argument