constant DRUPAL_BOOTSTRAP_SESSION

Fifth bootstrap phase: initialize session handling.

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

File

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

Code

define('DRUPAL_BOOTSTRAP_SESSION', 4);