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.
There's nothing special whatsoever about POST requests and sessions.
You just need to call session_start at the top of everyfile request you want to use sessions in, that's it.