1
General Support / Re: Login Redirect Loop After POST on AbanteCart v1.4.1 – Session/Cookie Not Persist
« on: June 23, 2025, 06:56:02 AM »But after redirection to account/account, session seems wiped.
You can play with controllers to exclude extensions effect at all.
Just open controller pages/account/account and comment two rows with hooks call
i mean lines with
//$this->extensions->UpdateData();
and
//$this->extensions->InitData();
After that no one extension hooks will run. And you will be sure problem in the server configuration or in php-code.
Just add two slashes // before call.