Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

cookie usage problem


xperyens

Recommended Posts

Hello. I'm having this problem and i can't fix it. When i set in my admin section "Force Cookie Use" i get an error in my frontpage. When i click the "buy now" button, i get the error: "Your browser does not accept cookies". My browser accept cookies, it's set well. If i set "Force Cookie Use" to false then everithing is working fine but with session id path in my links like that: http://www.multiservice-canon.ro/multiserv...cac2c9fcb77eae0 . Thank you in advance.

Link to comment
Share on other sites

You shouldn't use Force Cookies exactly for that reason. Many people will move to another site when they see that message. You are better off turning that off, turning Prevent Spiders on and installing the Ultimate SEO contribution to rewrite the URL's.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Hello. I'm having this problem and i can't fix it. When i set in my admin section "Force Cookie Use" i get an error in my frontpage. When i click the "buy now" button, i get the error: "Your browser does not accept cookies". My browser accept cookies, it's set well. If i set "Force Cookie Use" to false then everithing is working fine but with session id path in my links like that: http://www.multiservice-canon.ro/multiserv...cac2c9fcb77eae0 . Thank you in advance.

Normally the 'Force Cookie Use' should be set to false. If the session id stays with your url after a few clicks in your shop it mostly means the settings for

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

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

define('HTTP_COOKIE_PATH', '/');

define('HTTPS_COOKIE_PATH', '/');

within the (catalog)/includes/configure.php are wrong.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...