Search for drupal_session
- Search 9.5.x for drupal_session
- Search 8.9.x for drupal_session
- Search 10.3.x for drupal_session
- Search 11.x for drupal_session
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
drupal_session_commit | function | includes/ |
Commits the current session, if necessary. |
drupal_session_destroy_uid | function | includes/ |
Ends a specific user's session(s). |
drupal_session_id | function | includes/ |
Session ids are hashed by default before being stored in the database. |
drupal_session_initialize | function | includes/ |
Initializes the session handler, starting a session if needed. |
drupal_session_regenerate | function | includes/ |
Called when an anonymous user becomes authenticated or vice-versa. |
drupal_session_start | function | includes/ |
Starts a session forcefully, preserving already set session data. |
drupal_session_started | function | includes/ |
Returns whether a session has been started. |
_drupal_session_close | function | includes/ |
Session handler assigned by session_set_save_handler(). |
_drupal_session_delete_cookie | function | includes/ |
Deletes the session cookie. |
_drupal_session_destroy | function | includes/ |
Session handler assigned by session_set_save_handler(). |
_drupal_session_garbage_collection | function | includes/ |
Session handler assigned by session_set_save_handler(). |
_drupal_session_open | function | includes/ |
Session handler assigned by session_set_save_handler(). |
_drupal_session_read | function | includes/ |
Reads an entire session from the database (internal use only). |
_drupal_session_regenerate_existing | function | includes/ |
Regenerates an existing session. |
_drupal_session_write | function | includes/ |
Writes an entire session to the database (internal use only). |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.