constant SESSION_CACHE_STORAGE_SESSION in Session Cache API 6
Same name and namespace in other branches
- 8 session_cache.module \SESSION_CACHE_STORAGE_SESSION
- 7 session_cache.module \SESSION_CACHE_STORAGE_SESSION
4 uses of SESSION_CACHE_STORAGE_SESSION
- session_cache_admin_config in ./
session_cache.admin.inc - Menu callback for admin settings.
- session_cache_cron in ./
session_cache.module - Implements hook_cron().
- session_cache_get in ./
session_cache.module - Read data from the user session, given its bin id.
- session_cache_set in ./
session_cache.module - Write the supplied data to the user session, whatever the storage mechanism may be.
File
- ./
session_cache.module, line 17 - session_cache.module
Code
define('SESSION_CACHE_STORAGE_SESSION', 1);