You are here

constant ESI_SEED_ROTATION_INTERVAL in ESI: Edge Side Includes 6.2

Same name and namespace in other branches
  1. 7.3 esi.module \ESI_SEED_ROTATION_INTERVAL
3 uses of ESI_SEED_ROTATION_INTERVAL
esi_admin_settings_form in ./esi.admin.inc
Admin settings form
esi_cron in ./esi.module
Implementation of hook_cron(). Every interval, rotate the seed (used to generate the role-cookie). (Each rotation will invalidate the varnish-cache for cached pre-role blocks).
esi_user in ./esi.module
Implementation of hook_user(). For maximum cache-efficiency, the proxy must be able to identify the roles held by a user. A cookie is used which provides a consistent hash for all users who share the same roles. For security, the hash uses a random…

File

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

Code

define('ESI_SEED_ROTATION_INTERVAL', 86400);