Home
last modified time | relevance | path

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

/plugin/fedauth/classes/
H A Dfa_cookie.class.php52 $this->_updateCookie('', time() - 600000);
110 $this->_updateCookie($cookie, $time);
130 function _updateCookie($value, $time) { function in fa_cookie
/plugin/authgoogle/
H A Dauth.php96 … $this->_updateCookie($_SESSION[DOKU_COOKIE]['authgoogle']['token'], time() + 60 * 60 * 24 * 365);
218 $this->_updateCookie('', time() - 600000);
221 function _updateCookie($value, $time) { function in auth_plugin_authgoogle
/plugin/authfacebook/
H A Dauth.php101 …$this->_updateCookie($_SESSION[DOKU_COOKIE]['authfacebook']['token'], time() + 60 * 60 * 24 * 365);
214 $this->_updateCookie('', time() - 600000);
226 function _updateCookie($value, $time) { function in auth_plugin_authfacebook