Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
$_SESSION['logged_user'] = $user->login;
<?php if(isset($_SESSION['logged_user']) ) ;
{
echo "<br>Авторизован</br>";
}
?>
Привет, <?php echo $_SESSION['logged_user']; ?>
session_start();
at the very beginning of all files where work with sessions is in progress
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question