Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to remove the oscID / session id from the url?


mickeyren

Recommended Posts

Posted
Its poses a lot of problems, i wanted this to be removed.

 

hope someone could help me out, thanks.

 

-david

 

 

you need to turn cookies on and store the session in the cookie. atleast that's what i was told. i cant get mine working yet tho. see thread above.

Posted

No you don't - you just need to make sure your configure.php file has the paths set correctly, so the cookie can be retrieved.

 

If the cookie can't be retrived (for example, if you have an error in your configure.php, or the user has disabled cookies, then the session ID will be passed in the URL)

 

if you want to block the session ID from appearing in the URL regardsless of the user's cookie settings, then you need to force cookie use, but consider the ramifications before doing so.

Archived

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

×
×
  • Create New...