function authcache_poll_session_invalidate in Authenticated User Page Caching (Authcache) 7.2
Expire external caches after poll-form submission.
2 string references to 'authcache_poll_session_invalidate'
- authcache_poll_form_poll_cancel_form_alter in modules/
authcache_poll/ authcache_poll.module - Implements hook_form_FORM_ID_alter().
- authcache_poll_form_poll_view_voting_alter in modules/
authcache_poll/ authcache_poll.module - Implements hook_form_FORM_ID_alter().
File
- modules/
authcache_poll/ authcache_poll.module, line 92 - Authcache support for poll module.
Code
function authcache_poll_session_invalidate() {
authcache_p13n_session_invalidate();
}