- backdrop_session_commit in includes/
session.inc - Commits the current session, if necessary.
- backdrop_session_initialize in includes/
session.inc - Initializes the session handler, starting a session if needed.
- backdrop_session_regenerate in includes/
session.inc - Called when an anonymous user becomes authenticated or vice-versa.
- _backdrop_session_regenerate_existing in includes/
session.inc - Regenerates an existing session.
- drupal_session_start in includes/
drupal.inc - Starts a session forcefully, preserving already set session data.
- update.php in ./
update.php - Administrative page for handling updates from one Backdrop version to another.