Codice PHP:
//index.php
session_start();
$_SESSION['id']="123456";
provaCodice PHP:
//user.php
session_start();
echo $_SESSION['id'];
Codice PHP:
//index.php
session_start();
$_SESSION['id']="123456";
provaCodice PHP:
//user.php
session_start();
echo $_SESSION['id'];
Planet Earth is blue and there's nothing I can do