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