function session_test_boot

Implements hook_boot().

File

drupal/core/modules/system/tests/modules/session_test/session_test.module, line 70

Code

function session_test_boot() {
  header('X-Session-Empty: ' . intval(empty($_SESSION)));
}