Guest Posted November 15, 2005 Share Posted November 15, 2005 i am getting session id's with my seo url's contribution... how can i kill the session id's from showing in the users' address bar?? Link to comment Share on other sites More sharing options...
Jack_mcs Posted November 15, 2005 Share Posted November 15, 2005 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 More sharing options...
tedbooks Posted November 15, 2005 Share Posted November 15, 2005 so with Ultimate SEO what happends with spiders? Link to comment Share on other sites More sharing options...
♥toyicebear Posted November 15, 2005 Share Posted November 15, 2005 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. Basics for osC 2.2 Design - Basics for Design V2.3+ - Seo & Sef Url's - Meta Tags for Your osC Shop - Steps to prevent Fraud... - MS3 and Team News... - SEO, Meta Tags, SEF Urls and osCommerce - Commercial Support Inquiries - OSC 2.3+ How To To see what more i can do for you check out my profile [click here] Link to comment Share on other sites More sharing options...
Guest Posted November 15, 2005 Share Posted November 15, 2005 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 More sharing options...
Jack_mcs Posted November 16, 2005 Share Posted November 16, 2005 Try turning off recreate session. 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 More sharing options...
Guest Posted November 23, 2005 Share Posted November 23, 2005 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 Link to comment Share on other sites More sharing options...
♥toyicebear Posted November 23, 2005 Share Posted November 23, 2005 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 Basics for osC 2.2 Design - Basics for Design V2.3+ - Seo & Sef Url's - Meta Tags for Your osC Shop - Steps to prevent Fraud... - MS3 and Team News... - SEO, Meta Tags, SEF Urls and osCommerce - Commercial Support Inquiries - OSC 2.3+ How To To see what more i can do for you check out my profile [click here] Link to comment Share on other sites More sharing options...
Guest Posted November 24, 2005 Share Posted November 24, 2005 define('HTTP_COOKIE_DOMAIN', 'www.mysite.com'); define('HTTPS_COOKIE_DOMAIN', 'www.mysite.com'); Link to comment Share on other sites More sharing options...
Jack_mcs Posted November 25, 2005 Share Posted November 25, 2005 Try define('HTTP_COOKIE_DOMAIN', '.www.mysite.com'); define('HTTPS_COOKIE_DOMAIN', '.www.mysite.com'); 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 More sharing options...
Guest Posted November 25, 2005 Share Posted November 25, 2005 they still show :( Link to comment Share on other sites More sharing options...
♥toyicebear Posted November 25, 2005 Share Posted November 25, 2005 define('HTTP_COOKIE_DOMAIN', '.mysite.com');define('HTTPS_COOKIE_DOMAIN', '.mysite.com'); Basics for osC 2.2 Design - Basics for Design V2.3+ - Seo & Sef Url's - Meta Tags for Your osC Shop - Steps to prevent Fraud... - MS3 and Team News... - SEO, Meta Tags, SEF Urls and osCommerce - Commercial Support Inquiries - OSC 2.3+ How To To see what more i can do for you check out my profile [click here] Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.