Skip to main content
๐Ÿ› Bug HuntPH PHP Hardโšก+35 XP

Session Not Started

Session data is not saved.

๐Ÿ› Find the bug
1$_SESSION["user"] = "Alice";
2session_start();
๐Ÿ› The bug is on line 1

๐Ÿ”ง Select the correct fix: