I’m using AbanteCart v1.4.1 deployed on cPanel hosting under the subdirectory /shop with HTTPS enabled.
After successful login, the customer is immediately redirected back to the login page, and the session data is lost.
Session appears to drop right after the redirect:
Even though login is successful and session data is populated, AbanteCart doesn’t retain the session and goes back to the login screen.
What could cause AbanteCart session or cookies to reset immediately after login?
Are there known issues with secure cookies, session storage, or domain/path mismatch in this version?
Any recommendations for debugging or fixing persistent login sessions in AbanteCart v1.4.1?