Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

"cookie usage" message when adding items


weezy

Recommended Posts

Posted

the cookie test is send in your catalog\includes\application_top.php

 

default:

	tep_setcookie('cookie_test', 'please_accept_for_session', time()+60*60*24*30, $cookie_path, $cookie_domain);

 

you could alter the duration.

 

It is best, not to enforce cookies there is a setting with the osc admin->configuration->sessions for this.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...