session_start (); $_SESSION["k_username"] = $username; if (isset($_SESSION['k_username'])) { echo 'Hola, '; echo '<b>'.$_SESSION['k_username']. '</b>.'; } ?>