Notice: session_start(): A session had already been started - ignoring in C:\wamp64\www\mf\index.php on line 3 code example
Example: php remove notice session already been started
if(!isset($_SESSION)) {
session_start();
}
if(!isset($_SESSION)) {
session_start();
}