In my index.php file I call session_start() and set a couple of session variables. In a second PHP file I would like to access these session variables.
session_start()
I came faced with this problem, and after trying a lot of things, I just included session_start() on the second script and it worked.