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 ?
The manual says:
It’s not meant to contain the session id, it’s meant to be attached to URLs if cookies are disabled.