session id is not unique between 1.php
and 2.php
.
1.php
basically sets $_SESSION['var'] = "hello"
and 2.php
: print_r($_SESSION['var'])
echoing out session_id()
shows different id
. same browser (firefox).
everything was working fine, until I screwed up the .htaccess
. I deleted .htacces
s and restarted apache2.