constant SESSION_CACHE_STORAGE_SESSION in Session Cache API 8
Same name and namespace in other branches
- 6 session_cache.module \SESSION_CACHE_STORAGE_SESSION
- 7 session_cache.module \SESSION_CACHE_STORAGE_SESSION
3 uses of SESSION_CACHE_STORAGE_SESSION
- SessionCacheSettingsForm::buildForm in lib/
Drupal/ session_cache/ Form/ SessionCacheSettingsForm.php - 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
const SESSION_CACHE_STORAGE_SESSION = 1;