0

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?

Jake
  • 3,326
  • 7
  • 39
  • 59

0 Answers0