public function Bakery::deleteSsoCookie in Bakery Single Sign-On System 7.3
Delete SSO cookie.
File
- ./
bakery.inc, line 185
Class
Code
public function deleteSsoCookie() {
$this
->deleteCookie($this->SsoCookieName);
}
Delete SSO cookie.
public function deleteSsoCookie() {
$this
->deleteCookie($this->SsoCookieName);
}