Remove OScsid id from URL in osCommerce -


i trying remove oscsid id url in oscommerce didn't able success.

below code that.

define('http_cookie_domain', 'http://www.domainname.com'); define('https_cookie_domain', 'http://www.domainname.com'); 

is there other way remove id url?

i have found solution above question.

for removing oscsid site url, kindly follow below steps.

go back-end section -> configuration -> session -> force cookie use -> enable option , check @ front-end side. oscid removed url.

note: cannot use shared ssl force cookies on.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -