constant DRUPAL_BOOTSTRAP_SESSION

  1. 7.x drupal-7.x/includes/bootstrap.inc DRUPAL_BOOTSTRAP_SESSION
  2. 6.x drupal-6.x/includes/bootstrap.inc DRUPAL_BOOTSTRAP_SESSION

Fifth bootstrap phase: initialize session handling.

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

File

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

Code

define('DRUPAL_BOOTSTRAP_SESSION', 4)