session_api_available |
./session_api.module |
Determine if cookies are enabled. |
2 |
|
session_api_cron |
./session_api.module |
Implementation of hook_cron(). |
|
|
session_api_get_sid |
./session_api.module |
Return a Session API ID corresponding to the current session. The Session
API ID is the mapping of the private php session_id [1] to the ID used by
modules leveraging the Session API. |
1 |
|
session_api_install |
./session_api.install |
Implementation of hook_install(). |
|
|
session_api_menu |
./session_api.module |
Implementation of hook_menu(). |
|
|
session_api_session_api_cleanup |
./session_api.module |
Implementation of hook_session_api_cleanup(). |
|
|
session_api_settings_form |
./session_api.admin.inc |
Session API admin settings form. |
|
1 |
session_api_simpletest |
./session_api.module |
Implementation of hook_simpletest(). |
|
|
session_api_uninstall |
./session_api.install |
Implementation of hook_uninstall(). |
|
|