|
You might try passing the sid in the url:
header("Location: http://dev.thefirstpost.co.uk/confirm.php?status=3" . SID);
If thats not working, try setting session_save_path() to make sure the sessions are being stored before starting the session, just change the permissions to the save path.
__________________
<mgraphic /> - I don't have a solution but I admire the problem.
|