You are here

constant SESSION_CACHE_STORAGE_DB_CORE in Session Cache API 7

Same name and namespace in other branches
  1. 8 session_cache.module \SESSION_CACHE_STORAGE_DB_CORE
  2. 6 session_cache.module \SESSION_CACHE_STORAGE_DB_CORE
3 uses of SESSION_CACHE_STORAGE_DB_CORE
session_cache_flush_caches in ./session_cache.module
Implements hook_flush_caches().
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 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_DB_CORE', 2);