LJ
Asked
i am being encountered with an error message now and then trying to login, sometimes it appears and everything works right then but from past some days the error message is being displayed and i am unable to open the pos as well as it obstruct me from logging in as well
- MSAnsweredHello,
The error looks like due to csrf but as you said it's happening for many time that might be due to sessions timeout. Refreshing/reloading the page would resolve this.
Do you left the page inactive for more than 2 hours? If yes, then you can try to change `sess_expiration` in the `app/config/config.php` to higher.
You can enable app logs by changing the `log_threshold` to 1 in the above language. The logs will be saved in the `app/logs/` folder.
Thank you - Login to Reply