Searched refs:_updateCookie (Results 1 – 3 of 3) sorted by relevance
52 $this->_updateCookie('', time() - 600000);110 $this->_updateCookie($cookie, $time);130 function _updateCookie($value, $time) { function in fa_cookie
96 … $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
101 …$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