This is the contents of my php file:
<?php
session_start();
print_r($_SESSION);
?>
Why in chrome do I see empty session values and in other browsers I can correctly see them?
This is the contents of my php file:
<?php
session_start();
print_r($_SESSION);
?>
Why in chrome do I see empty session values and in other browsers I can correctly see them?