| drupal_save_session | ./session.inc | Determines whether to save session data of the current request. |  |  | 
          
                  | drupal_session_commit | ./session.inc | Commits the current session, if necessary. |  | 1 | 
          
                  | drupal_session_destroy_uid | ./session.inc | Ends a specific user's session(s). |  |  | 
          
                  | drupal_session_initialize | ./session.inc | Initializes the session handler. |  |  | 
          
                  | drupal_session_regenerate | ./session.inc | Called when an anonymous user becomes authenticated or vice-versa. |  |  | 
          
                  | drupal_session_start | ./session.inc | Force session start. |  |  | 
          
                  | drupal_session_started | ./session.inc | Returns whether a session has been started. |  |  | 
          
                  | session_proxy_schema | ./session_proxy.install | Implements hook_schema(). |  |  | 
          
                  | session_proxy_user_logout | ./session_proxy.module | Implements hook_user_logout(). |  |  |