You are here

function session_test_boot in SimpleTest 7

Implement hook_boot().

File

tests/session_test.module, line 58

Code

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