Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Customer Login


SBradley

Recommended Posts

Posted

I was logged in and my daughter (3000 miles away) logged in and it said she was me. I logged off and she logged in and my computer said that I was her. I don't get it! Did I mess something up? How do I fix this?

Posted
I was logged in and my daughter (3000 miles away) logged in and it said she was me. I logged off and she logged in and my computer said that I was her. I don't get it! Did I mess something up? How do I fix this?

 

 

How are you storing your sessions info?? If you are not storing them in the database you should try doing so as it will probably fix the problem

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Posted
How are you storing your sessions info?? If you are not storing them in the database you should try doing so as it will probably fix the problem

 

How do store them in the database?

Posted
How do store them in the database?

 

 

At the end of your two configure.php file change

 

This

 

define('STORE_SESSIONS', '');

 

to

 

define('STORE_SESSIONS', 'mysql');

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Posted
At the end of your two configure.php file change

 

This

 

define('STORE_SESSIONS', '');

 

to

 

define('STORE_SESSIONS', 'mysql');

 

 

I looked at the configure.php file under "includes" and it already says

define('STORE_SESSIONS', 'mysql');

 

is there another configure.php somewhere?

Archived

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

×
×
  • Create New...