Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove OScsid id from URL in osCommerce

Tags:

url

oscommerce

I am trying to remove OSCSID id from url in osCommerce but didn't able to success.

Below is my code for that.

define('HTTP_COOKIE_DOMAIN', 'http://www.domainname.com');
define('HTTPS_COOKIE_DOMAIN', 'http://www.domainname.com');

Is there any other way to remove this id from URL?

like image 870
Vijay V. Avatar asked Aug 08 '13 09:08

Vijay V.


1 Answers

I have found the solution for above my question.

For removing OSCSID from site url, kindly follow below steps.

Go to the back-end section -> configuration -> session -> Force Cookie Use -> Enable this option and check at front-end side. OSCID will be removed from URL.

Note: You cannot use shared ssl with Force Cookies on.

like image 56
Vijay V. Avatar answered Sep 21 '22 04:09

Vijay V.