Buonasera, potreste dirmi gentilmente cosa fa esattamente questo gruppo di istruzioni:
Grazie.Codice PHP:
session_start();
if(!(isset($_SESSION['username'])) && !(isset($_SESSION['password']))){
$_SESSION['username']=trim($_POST['username']);
$_SESSION['password']=$_POST['password'];
}