Same name and namespace in other branches
  1. 4.7.x includes/bootstrap.inc \DRUPAL_BOOTSTRAP_SESSION
  2. 5.x includes/bootstrap.inc \DRUPAL_BOOTSTRAP_SESSION
  3. 6.x includes/bootstrap.inc \DRUPAL_BOOTSTRAP_SESSION

Fifth bootstrap phase: initialize session handling.

3 uses of DRUPAL_BOOTSTRAP_SESSION
authorize.php in ./authorize.php
Administrative script for running authorized file operations.
drupal_bootstrap in includes/bootstrap.inc
Ensures Drupal is bootstrapped to the specified phase.
update.php in ./update.php
Administrative page for handling updates from one Drupal version to another.

File

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

Code

define('DRUPAL_BOOTSTRAP_SESSION', 4);