Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

osCsid cookie


daanhessels

Recommended Posts

i have changed my webshop to ssl and i have changed everything and it work good but i have a couple strange things and i have found out what happens but i dont know how i can change this.
on my webshop without ssl  it have 7 cookie's include oscid cookie  on my new ssl webshop it have  6 cookie's and the oscid cookie sitting on the url see image url.

how can i change this that the url not have the cookie but it display where the other cookies are to.

i am using version 2.3.3.4

oscid url.jpg

Link to comment
Share on other sites

16 hours ago, daanhessels said:

got it i changed  

define('HTTP_COOKIE_DOMAIN', 'www.yourdomain.com');
 define('HTTPS_COOKIE_DOMAIN', 'www.yourdomain.com');

 

This is not recommanded! You should change this to:

define('HTTP_COOKIE_DOMAIN', 'yourdomain.com');
define('HTTPS_COOKIE_DOMAIN', 'yourdomain.com'); 

"www" is a subdomain, if you change like you did, you will get some problem on some server.
 

I also recommand, use this add-on: https://apps.oscommerce.com/BYpfS&ultimate-seo-urls-5-by-fwr-media-in-cy

  • The clever one learn from everything and from everybody
  • The normal one learn from his experience
  • The silly one knows everything better

[socrates, 412 before Christ]

Computers help us with the problems we wouldn't have without them!
99.9% of the bugs sit in front of the computer!
My programmed add-ons: WDW EasyTabs 1.0.3, WDW Facebook Like 1.0.0

if(isset($this) || !isset($this)){ // that's the question...

 

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...