Hello, I am trying to do the following in one of my pages.
session_id($_GET['SESSIONID']);
session_start();
I am running php5, however as soon as I call session_start the script
hangs and nothing happens. Is anyone else experiencing this problem, or
am I doing something incorrectly?