I am using Mibew v2.0
I have set the session expire time in init.php file
@ini_set('session.cookie_lifetime', 14400);
The operator is getting logged out only if we refresh the page. But, I want to show a popup on the session id changes for the operator even if he/she doesn't refresh the page. In which file we need to check the session id changes and show popup.
Please help me. Thanks in advance.