when I run this code for the first time
<?php
session_start();
echo SID;
?>
, I get some thing like:
PHPSESSID=9o2bhrqmln2j52caspdhholhk7
but when I refresh I get a blank page
Until I remove the PHPSESSION cookie and start a new one ... is that normal or I have a problem ?