function session_test_boot
Implements hook_boot().
File
-
modules/
simpletest/ tests/ session_test.module, line 83
Code
function session_test_boot() {
header('X-Session-Empty: ' . intval(empty($_SESSION)));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.