constant SESSION_CACHE_DEFAULT_EXPIRATION_DAYS in Session Cache API 7
Same name and namespace in other branches
- 8 session_cache.module \SESSION_CACHE_DEFAULT_EXPIRATION_DAYS
- 6 session_cache.module \SESSION_CACHE_DEFAULT_EXPIRATION_DAYS
3 uses of SESSION_CACHE_DEFAULT_EXPIRATION_DAYS
- session_cache_admin_config in ./
session_cache.admin.inc - Menu callback for admin settings.
- session_cache_expiration_time in ./
session_cache.module - Returns the date/time that the session cache will expire.
- session_cache_file_cron in session_cache_file/
session_cache_file.module - Implements hook_cron().
File
- ./
session_cache.module, line 24 - session_cache.module
Code
define('SESSION_CACHE_DEFAULT_EXPIRATION_DAYS', 7);