I\'m trying to get my script to use url session id instead of cookies. The following page is not picking up the variable in the url as the session id. I must be missing some
Instead of hardcoding 'PHPSESSID', use this:
'PHPSESSID'
session_id($_GET[session_name()]);