Get Session Name & Session ID in osCommerce Store
In osCommerce Store, if you ever need to get the session variable (osCsid) at any particular page or embed session variable in the link to third party payment processing website, customer session information can be accessed like this: $session_link = tep_session_name ().’=’. tep_session_id (); hope that helps.