Thread: Help plz..
View Single Post
  #2  
Old 24th July 2012, 19:07
KrackerMan's Avatar
KrackerMan KrackerMan is offline
Senior Member
 
Join Date: Aug 2010
United States
Posts: 109
Default
Go to /var/www/include edit config.php file


- Change:
// Cookie setup
$TBDEV['cookie_prefix'] = 'tbalpha_'; // This allows you to have multiple trackers, eg for demos, testing etc.
$TBDEV['cookie_path']='//'; // ATTENTION: You should never need this unless the above applies eg: /tbdev
$TBDEV['cookie_domain']='192.168.1.18'; // set to eg: .somedomain.com or is subdomain set to: .sub.somedomain.com

- To:

// Cookie setup
$TBDEV['cookie_prefix'] = 'tbalpha_'; // This allows you to have multiple trackers, eg for demos, testing etc.
$TBDEV['cookie_path'] = ''; // ATTENTION: You should never need this unless the above applies eg: /tbdev
$TBDEV['cookie_domain'] = ''; // set to eg: .somedomain.com or is subdomain set to: .sub.somedomain.com
Reply With Quote