constant SESSION_CACHE_STORAGE_FILE in Session Cache API 8
@file session_cache_file.module
Provides a file storage implementation for the Session Cache API. More than anything for demonstration and debugging purporses as it is easy to follow on the file system when the caches are written and expired, i.e. when the underlying files are updated and removed.
See the session_cache/README.txt for more info.
2 uses of SESSION_CACHE_STORAGE_FILE
- session_cache_file_session_cache_get in session_cache_file/
session_cache_file.module - Implements hook_session_cache_get().
- session_cache_file_session_cache_set in session_cache_file/
session_cache_file.module - Implements hook_session_cache_set().
File
- session_cache_file/
session_cache_file.module, line 14 - session_cache_file.module
Code
const SESSION_CACHE_STORAGE_FILE = 5;