Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Loggin with someone elses name


Salla

Recommended Posts

Posted

Can anyone help me?

 

Is there something wrong with my logging settings, because when visiting the site as a customer, there sometimes is a text on the index page "Wellcome John". (My name is Salla!). So I can be logged in with someone elses name. Please help! I don't want to receive false orders because of this!

Posted

most likely there is another site on the same server with oscommerce. you need to set store sessions to mysql in your configure.php file and if using cache, logging, etc in the store admin set up a tmp directory in your document root path

Posted

You have this error because your website is on a shared server and using a shared tmp folder to store sessions. You'll get a whole lot more problems if you don't correct this. On the last line of both of your configure.php files change it to this (stores sessions in the database)

 

define('STORE_SESSIONS', 'mysql');

 

Vger

Archived

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

×
×
  • Create New...