?<?=SID?> will not work because I am doing a credit card validation leaving my site sending vars to a validation server and the validation server returnes to a URL that I specify. I need it to come back to a page and identify the order with a session_Id
I will need the accual session Id
session_id($SID);
to do this and was not sure why it's value is Array? when session_id() returns a string?