Notice: Undefined variable: _SESSION in C:\xampp\htdocs\dl\index.php on line 117
here;s the code:
<?php
if ($_SESSION['username'])
echo "Hello ".$_SESSION['username']." ♔<a href='logout.php'> Logout </a> ";
?>