You are here

function authcache_p13n_user_logout in Authenticated User Page Caching (Authcache) 7.2

Implements hook_user_logout().

Related topics

File

modules/authcache_p13n/authcache_p13n.module, line 630
Provides methods for serving personalized content fragments.

Code

function authcache_p13n_user_logout($account) {
  authcache_p13n_session_invalidate();
}