skip to Main Content

php session cookie not stored – Oscommerce

I have this php script in my header.php file, sending HTTP headers to a python script, and setting a GUID as a session cookie: <?php ob_start(); function guid(){ if (function_exists('com_create_guid')){ return com_create_guid(); }else{ mt_srand((double)microtime()*10000);//optional for php 4.2.0 and up. $charid…

VIEW QUESTION
Back To Top
Search