One of the important things to secure your web application that generated with PHPMaker is by adding the auto-logoff after idle for the certain time feature. Since PHPMaker has not added this feature yet, I have successfully customized the PHPMaker template file in order to implement it. In addition, I also add the new constant […]
How to Add “Auto Logout After Idle for the Certain Time” in Websites Created With PHPMaker 8.0.3
PHPMaker has provided the constant in the configuration (ewcfg*.php) file in order to compare with the value of your users’ idle in the website that created with PHPMaker. This constant is called with EW_USER_PROFILE_SESSION_TIMEOUT. If you read the PHPMaker help file from the Security Settings -> Login status timeout (minutes) — and I believe that […]