$_SESSION[\"some_value\"] = 4; header(\"Location: another-file.php\"); $_SESSION[\"some_value\"] = 5;
what\'s the value of $_SESSION[\"some_v
$_SESSION[\"some_v
of course 5. You have to add exit() after such a header.