You are here

function authcache_p13n_user_login in Authenticated User Page Caching (Authcache) 7.2

Implements hook_user_login().

Related topics

File

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

Code

function authcache_p13n_user_login(&$edit, $account) {
  authcache_p13n_session_invalidate();
}