Session cache control in Authenticated User Page Caching (Authcache) 7.2
Invalidate browser cache when user session changes
File
- modules/
authcache_p13n/ authcache_p13n.module, line 540 - Provides methods for serving personalized content fragments.
Functions
Name | Location | Description |
---|---|---|
authcache_p13n_authcache_cookie |
modules/ |
Implements hook_authcache_cookie(). |
authcache_p13n_exit |
modules/ |
Implements hook_exit(). |
authcache_p13n_session_invalidate |
modules/ |
Invalidate user specific content. |
authcache_p13n_user_login |
modules/ |
Implements hook_user_login(). |
authcache_p13n_user_logout |
modules/ |
Implements hook_user_logout(). |
_authcache_p13n_get_goto_caller |
modules/ |
Utility function: return backtrace frame of the function calling drupal_goto. |