You are here

function esi_user_login in ESI: Edge Side Includes 7.3

Implements hook_user_login().

File

./esi.module, line 254
Adds support for ESI (Edge-Side-Include) integration, allowing components\ to be delivered by ESI, with support for per-component cache times.

Code

function esi_user_login(&$edit, $account) {
  esi__set_user_contexts($account);
}