Stai usando un browser molto obsoleto. Puoi incorrere in problemi di visualizzazione di questo e altri siti oltre che in problemi di sicurezza. . Dovresti aggiornarlo oppure usarne uno alternativo, moderno e sicuro.
Hi!
Please, a little help to solve this problem.
The scenario is complex, but in the essence it is:
1. content of first-file.php
<?php
session_start();
$_SESSION['s_Foo'] = "pippo";
// this is only a twisted way of producing the header('location: second-file.php'), because unfortunately often I...