Recently, I have performed a DNS swing for my web hosting server. However, after the swing is done, I started encountering problem with auto-logout from my session.
What it does exactly is that, from the login page to Dashboard, if I were to click on any of the items, it will then log me out and redirect me back to the login page.
I have checked on cookies settings as well as tried on increasing the session time limit, however, it’s all in vain. Do anyone have any idea on where should I look to fix this?
ERROR - 2017-07-11 13:23:37 --> Could not find the language line "cannot_connect_database_server"
ERROR - 2017-07-11 13:23:37 --> Could not find the language line "cannot_connect_database_server"
ERROR - 2017-07-11 13:25:59 --> Could not find the language line "cannot_connect_database_server"
ERROR - 2017-07-11 13:25:59 --> Could not find the language line "cannot_connect_database_server"
ERROR - 2017-07-11 13:28:05 --> Could not find the language line ""
ERROR - 2017-07-11 13:28:05 --> Could not find the language line ""
ERROR - 2017-07-11 13:29:33 --> Could not find the language line ""
ERROR - 2017-07-11 13:29:33 --> Could not find the language line ""
ERROR - 2017-07-11 17:11:23 --> Could not find the language line ""
ERROR - 2017-07-11 17:11:23 --> Could not find the language line ""
ERROR - 2017-07-11 17:12:25 --> Could not find the language line ""
ERROR - 2017-07-11 17:12:25 --> Could not find the language line ""
ERROR - 2017-07-11 17:13:01 --> Could not find the language line ""
ERROR - 2017-07-11 17:13:01 --> Could not find the language line “”
Hi the session logs out automatically every time i click on any of the system functions, such as " clients" “invoice” etc
here is error log
<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?>
ERROR - 2018-04-09 10:37:51 --> Could not find the language line “”
ERROR - 2018-04-09 10:37:51 --> Could not find the language line “”
ERROR - 2018-04-09 10:37:58 --> Could not find the language line “”
ERROR - 2018-04-09 10:37:58 --> Could not find the language line “”
Do you have access to your web server (Apache?) log files? because I don’t think the application logs will be of much help in this case, and that you will have to look in the web server log files for error messages.
If you have access, run an IP session and when it fails, look for error messages in the web server log that are related to your IP site, and post them here.
Make sure to remove sensitive data (IP addresses, real hostnames, user names, etc.) before sending the message.
This is not an easily reproachable issue - as am example. I have never experienced this. Additionaly, the session management issues points to the Codeigniter framework having some issues (since it manages user sessions).
Given this, there needs to be more inspection of the issue, either in the form of reproducible steps, detailed logs, or even access (via SSH or ftp) to one of the installations having this issue).