Topic: FA keeps login out

Hello,
I just installed FA 2.4.7  on a shared hosting server and the installation was successful. However, after login into the system, it keeps returning back to the login page after every single click.
Please what could the problem be and the solution.
Thanks

Re: FA keeps login out

I think you are trying to access it from your mobile or mobile internet based devices. 

It occurs because these devices won't keep the ip address which keep getting changed and not match with previous session.

Try this

Open /includes/sessions.inc:

Find preventHijacking function with it. Comment the second if statement like this.

//if ($_SESSION['IPaddress'] != $_SERVER['REMOTE_ADDR'])
        //    return false;
Subscription service based on FA
HRM CRM POS batch Themes

Re: FA keeps login out

Thanks so much it worked.