lose

  1. Y

    [PHP] The session is lost

    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...