I have problem with xampp (Windows) where I have session_start(); in my file but it like drops that request...
session_start();
When I try to access page with loca
loca
I have XAMPP with PHP7 and the same problem...
I've changed in php.ini: session.use_only_cookies from 0 to 1 and all works.