Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

removing session ids from address bar


jkx

Recommended Posts

Posted

i dont want the sessions ids to display on my site in the address bar. how this can be done.?

 

i want the function of sessions ids but dont want them to appear on any page in my site.

 

anyone suggests.

Posted

Make sure your cookie configuration settings are correct.

 

The cookie domain should be your domain with a dot in front and no www. For example, .example-domian.com. This sets the cookie valid for www., forum., and generally site wide.

 

The cookie path should be as restrictive as you need. To make it most compatible just use '/' (forward slash). Otherwise, if the catalog is in a folder use that folder. For example, '/store/' or '/catalog/'.

Posted

Can u explain a little bit more. i dont understand what your saying. give me only the thing i need to do.

Posted
Can u explain a little bit more. i dont understand what your saying. give me only the thing i need to do.

You need to edit the configure.php file with the above information

Posted

configure.php in catalog/admin/includes OR in catalog/includes

 

 

also throw some light on this.

 

Can someone attach an example configure.php for this.

 

thanks

Posted

Edit the *catalog*/includes/configure.php file

Archived

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

×
×
  • Create New...