constant ESI_SEED_ROTATION_INTERVAL in ESI: Edge Side Includes 7.3
Same name and namespace in other branches
- 6.2 esi.module \ESI_SEED_ROTATION_INTERVAL
3 uses of ESI_SEED_ROTATION_INTERVAL
- esi_admin_configuration_form in ./
esi.admin.inc - Menu handler to display the configuration form.
- esi_cron in ./
esi.module - Implementation of hook_cron(). Every interval, rotate the seed (used to generate the context-cookies). (Each rotation will invalidate the varnish-cache for previously-cached contexts).
- _esi__get_seed in ./
esi.module - Get the current short-term rotating-seed, which provides the security that users with expired credentials have limited access to secured data.
File
- ./
esi.module, line 58 - 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_SEED_ROTATION_INTERVAL', 86400);