constant ESI_DEFAULT_COOKIE_NAME_PREFIX in ESI: Edge Side Includes 7.3
2 uses of ESI_DEFAULT_COOKIE_NAME_PREFIX
- esi_init in ./
esi.module - Implements hook_init().
- esi__get_cookie_data in ./
esi.module - Get all the relevant cookie data for an account.
File
- ./
esi.module, line 64 - Adds support for ESI (Edge-Side-Include) integration, allowing components\ to be delivered by ESI, with support for per-component cache times.
Code
define('ESI_DEFAULT_COOKIE_NAME_PREFIX', 'ESI_');