Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

session id killer


Guest

Recommended Posts

If you are referring to Ultimate SEO, the SID's go away when the visitor has cookies for the page being viewed. I'm not sure if this is how it works for the other SEF contribtuions.

 

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

You have several options....But first double check that your includes/configure.php cookies path is correctly set.

 

The sids are supposed to show only one time on the first link/product you visite on your site ...then they do not show again...That is unless the cookie path is set wrong in includes/configure.php or that you have set your browser to not accept cookies.

 

There are 2 standard ways of stopping the search engine bots from getting sids....

 

1. You go to your shop admin >> Configure >> Session and set Prevent Spider Sessions to True

 

Att. when using this metode, remeber to go to the contribution section and get the latest Updated spiders.txt and upload it to your shops /includes/ directory

 

or

 

2. You go to your shop admin >> Configure >> Session and set Force Cookies to True

 

 

There are some other ways to but they require quite a bit more modding.

Link to comment
Share on other sites

here's my config:

Session Directory /home/**/public_html/tmpfile

Force Cookie Use False Info

Check SSL Session ID False Info

Check User Agent False Info

Check IP Address False Info

Prevent Spider Sessions True Info

Recreate Session True

 

 

i need the

Force Cookie Use False

or my who's online enhancement doesn't work

 

i have an updated spiders.txt as well

Link to comment
Share on other sites

i tried that, but they're still showing up.

this only seems to be happening when the enter via:

http://www.mysite.com/ or http://www.mysite.com/index.html

 

when entering via http://www.mysite.com it doesn't happen

 

 

Check the setting for cookies path in the /includes/ folder for this file , configure.php

Link to comment
Share on other sites

define('HTTP_COOKIE_DOMAIN', '.mysite.com');

define('HTTPS_COOKIE_DOMAIN', '.mysite.com');

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...