Notice: session_start(): Ignoring session_start() because a session is already active in C:\xampp\htdocs\Limelight_cinema\server.php on line 2 code example
Example: php remove notice session already been started
if(!isset($_SESSION)) {
session_start();
}