hook_form_session_cache_admin_config_alter |
./session_cache.api.php |
Implement this hook to make your storage mechanism selectable in the UI. |
|
|
hook_session_cache_get |
./session_cache.api.php |
Implement this get-hook to complete your own storage mechanism. |
|
|
hook_session_cache_set |
./session_cache.api.php |
Implement this set-hook to complete your own storage mechanism. |
|
|
session_cache_admin_config |
./session_cache.admin.inc |
Menu callback for admin settings. |
|
1 |
session_cache_expiration_time |
./session_cache.module |
Returns the date/time that the session cache will expire. |
2 |
|
session_cache_file_cron |
session_cache_file/session_cache_file.module |
Implements hook_cron(). |
|
|
session_cache_file_directory |
session_cache_file/session_cache_file.module |
Returns the directory path to where session cache files are stored. |
5 |
|
session_cache_file_form_session_cache_admin_config_alter |
session_cache_file/session_cache_file.module |
Implements hook_form_FORM_ID_alter(). |
|
|
session_cache_file_requirements |
session_cache_file/session_cache_file.install |
Implements hook_requirements(). |
|
|
session_cache_file_rrmdir |
session_cache_file/session_cache_file.install |
Recursively delete a directory and all files in it. |
1 |
|
session_cache_file_session_cache_get |
session_cache_file/session_cache_file.module |
Implements hook_session_cache_get(). |
|
|
session_cache_file_session_cache_set |
session_cache_file/session_cache_file.module |
Implements hook_session_cache_set(). |
|
|
session_cache_file_uninstall |
session_cache_file/session_cache_file.install |
Implements hook_uninstall(). |
|
|
session_cache_flush_caches |
./session_cache.module |
Implements hook_flush_caches(). |
|
|
session_cache_get |
./session_cache.api.php |
Read data from the user session, given its bin id. |
|
|
session_cache_get |
./session_cache.module |
Read data from the user session, given its bin id. |
|
|
session_cache_get_sid |
./session_cache.module |
Returns an identifier for the current user session. |
4 |
|
session_cache_menu |
./session_cache.module |
Implements hook_menu(). |
|
|
session_cache_schema |
./session_cache.install |
Implements hook_schema(). |
|
|
session_cache_set |
./session_cache.api.php |
Write data to the user session, whatever the storage mechanism may be. |
|
|
session_cache_set |
./session_cache.module |
Write data to the user session, whatever the storage mechanism may be. |
|
|
session_cache_uninstall |
./session_cache.install |
Implements hook_uninstall(). |
|
|