I recently moved a ZenCart database from a shared database hosting environment to what is essentially a database VPS server with dedicated RAM. The move was quick and simple. I simply dumped the DB and then restored it on the new database server. All was well, for the visitors that is.
After the move I could not log into the admin. I've read what feels like 100's of posts on session ID's and the only thing that allowed me to log back into the admin was by setting the /admin/includes/configure.php store_sessions setting to not use the DB.
('STORE_SESSIONS', '');
I've tried everything else I've read about for fixing session issues and no matter what I try I can't log into the admin if I change that back to using the DB to store the session. I would really like to figure this out because I want to load balance this site but I can't without it storing the sessions in the DB.
Anybody have any idea's?
Thanks!


Reply With Quote
