function bakery_user_logout in Bakery Single Sign-On System 7.4
Same name and namespace in other branches
- 8.2 bakery.module \bakery_user_logout()
- 6.2 bakery.module \bakery_user_logout()
- 6 bakery.module \bakery_user_logout()
- 7.2 bakery.module \bakery_user_logout()
- 7.3 bakery.module \bakery_user_logout()
Implements hook_user_logout().
File
- ./
bakery.module, line 79
Code
function bakery_user_logout($account) {
_bakery_destroy_cookie();
// Destroy session cookie.
_bakery_destroy_cookie(session_name());
}