Hi all,

I have a running zencart installation works all fine, accept one issue: somehow a user isn't recognized by zen-cart as a returning customer. I want the user to be remembered when he/she visits the site again.

Sessions are being saved in /cache and the perms of this folder are set to 777. From the looks of it, sessions are correctly being saved in this folder (it contains sessions file).

STORE_SESSIONS is set to: db
QL_CACHE_METHOD is set to: 'file'

So, where should I start looking for the problem?

Thank you very much in advance.