Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
HiI was Just wondering how I can increase the time a user is logged in before they are automatically logged out. ThanksScott
Scott, you should increase session timeout value for this.Either increase session.gc_maxlifetime PHP option in C:\Windows\php.ini file at your server or add this line to the very beginning of generated include\dbcommon.php file:
ini_set("session.gc_maxlifetime","3600");
Add this line just after <?php line.