//inicias la sesión session_start() //asignas $_SESSION['tuVariable'] = tuValor; //Lees echo $_SESSION['otraVariable'];