function session_test_boot
7.x session_test.module | session_test_boot() |
Implements hook_boot().
File
- drupal-7.x/
modules/ simpletest/ tests/ session_test.module, line 70
Code
function session_test_boot() {
header('X-Session-Empty: ' . intval(empty($_SESSION)));
}