Guest Posted December 1, 2004 Share Posted December 1, 2004 Big problem all! My site is only allowing one user at a time. What happens is that when one is logged in and another comes on, the first user will actually be logged in as the 2nd user. I tested with the owner of the site, I was logged in and he saw my info. When he logged in, I saw his info. Please help! We're going live tomorrow... www.rjbbooks.com/catalog Thanks Link to comment Share on other sites More sharing options...
♥Vger Posted December 1, 2004 Share Posted December 1, 2004 You're on a shared server, and storing your sessions in a tmp folder - don't! Change the last line of both of your configure.php files to read define('STORE_SESSIONS', 'mysql'); Sessions will be stored in the database. Also turn off 'caching' if enabled in your osCommerce Control Panel, and this will end your problem. Vger Link to comment Share on other sites More sharing options...
Guest Posted December 1, 2004 Share Posted December 1, 2004 THANKYOUTHANKYOUTHANKYOU!!! I was sweatin that one. You're the best Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.