Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Getting Other Customers profiles when visiting store??


10incher

Recommended Posts

Posted

I noticed something weird happen yesterday, I went to my store and noticed that I was already logged in as another subscribed member who was currently online. I also had another member email me saying they noticed this as well. Neither of us were even logged into the store, so I assume anyone who would visit the site would see this logged-in member's information. Anyone ever come across this bug? Why is it doing this and how do I fix it? Please help!!

Posted
I noticed something weird happen yesterday, I went to my store and noticed that I was already logged in as another subscribed member who was currently online. I also had another member email me saying they noticed this as well. Neither of us were even logged into the store, so I assume anyone who would visit the site would see this logged-in member's information. Anyone ever come across this bug? Why is it doing this and how do I fix it? Please help!!

I assume you're on a shared server that hosts other osCommerce carts? In the admin, turn off caching. I understand that causes picking up another person's information/orders/etc.

--

I need no warrant for being, and no word of sanction upon my being. I am the warrant and the sanction.

Ayn Rand

Posted

I went into my Oscommerce admin and under "configuration", then "cache". It is already set to false. I checked under Tools then Cache Control and there are no files created for the 3 Cache Blocks listed there. Not sure what else to do.

Posted
I went into my Oscommerce admin and under "configuration", then "cache". It is already set to false. I checked under Tools then Cache Control and there are no files created for the 3 Cache Blocks listed there. Not sure what else to do.

Check in both your (catalog)/admin/includes/configure.php and (catalog)/includes/configure.php files if you have

  define('USE_PCONNECT', 'false'); // use persistent connections?
 define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set

 

and to prevent that spiders index your site with sessions id's make sure you have set in your Admin->Configuration->Sessions the "Prevent Spider Sessions" to true.

Posted

Thanks, I set "Prevent Spider Sessions" to true. Hopefully the bug won't happen again.

Posted
Will this effect the spiders searching the site for search engine listings?

Not at all, it just prevents getting session id's indexed with the url's

Archived

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

×
×
  • Create New...