๐ Bug HuntPH PHP Hardโก+35 XP
Session Not Started
Session data is not saved.
๐ Find the bug
1
$_SESSION["user"] = "Alice";2
session_start();๐ The bug is on line 1
Session data is not saved.
$_SESSION["user"] = "Alice";session_start();