session path is saved in session.save_path = /tmp;
Fix
Login was prompting again and again in open cart. Issue was that /tmp was getting filled up so that write data failed. It was cleared by clearing tmp folderas it was filled completely.
Some Quick Fixes and Resolutions by Linux Enthusiast
session path is saved in session.save_path = /tmp;
Fix
Login was prompting again and again in open cart. Issue was that /tmp was getting filled up so that write data failed. It was cleared by clearing tmp folderas it was filled completely.