You are here

Functions in Session API 6

Primary tabs

Namesort descending Location Description Direct uses Strings
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 id is a created using the same method as Drupal 7 core as defined in includes/session.inc. 1
session_api_install ./session_api.install Implementation of hook_install().
session_api_menu ./session_api.module Implementation of hook_menu().
session_api_schema ./session_api.install Implementation of hook_schema().
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_start_session ./session_api.module Create an empty string cookie. This is useful for fooling the session_api_available() function when using Pressflow, which does not set a cookie for anonymous users.
session_api_uninstall ./session_api.install Implementation of hook_uninstall().
session_api_update_6100 ./session_api.install Remove cleanup variables.
session_api_update_6101 ./session_api.install Implements hook_update_N().

Other projects