constant DRUPAL_BOOTSTRAP_SESSION

Sixth bootstrap phase: initialize session handling.

4 uses of DRUPAL_BOOTSTRAP_SESSION
authorize.php in drupal/core/authorize.php
Administrative script for running authorized file operations.
drupal_bootstrap in drupal/core/includes/bootstrap.inc
Ensures Drupal is bootstrapped to the specified phase.
statistics_exit in drupal/core/modules/statistics/statistics.module
Implements hook_exit().
update.php in drupal/core/update.php
Administrative page for handling updates from one Drupal version to another.

File

drupal/core/includes/bootstrap.inc, line 154
Functions that need to be loaded on every Drupal request.

Code

const DRUPAL_BOOTSTRAP_SESSION = 5;