i know how to set a php sessionID, but can i set it to a specific string instead of php choosing what it is? and then be able to pull it up from cookie with just PHPSESSID?word
nm i think i found it
session_id($_GET['cartID']);session_start();