i have a question
i start a php session using
session_start();
then, i echo out $PHPSESSID;
no problem, shows the encoded string. i close the browser, reopen the same page, and PHPSESSID is not set. when i refresh browser, the new session id is there, but ONLY when i refresh browser.
why is this and how do i fix it?