[How To?] does making the login time of the admin longer done in the CP? - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: General Support (https://community.mybb.com/forum-176.html) +--- Thread: [How To?] does making the login time of the admin longer done in the CP? (/thread-234645.html) |
does making the login time of the admin longer done in the CP? - HAFOOCH - 2022-01-08 hi i want to make the login duration time longer so i don't need to log to the admin user every day or even more. is that done through the control panel or by accessing the database at the webhost? if you tell me what function i need i can search it myself. thank you RE: does making the login time of the admin longer done in the CP? - Matt - 2022-01-08 You'd need to change this line in ./admin/index.php:
The 7200 is the number of seconds the session lasts, in this case 2 hours. RE: does making the login time of the admin longer done in the CP? - HAFOOCH - 2022-01-08 thanks do i need to use ftp or can i use the webhost control panel for that? anything else i may want to know before i do the change? i think i've succeeded by re uploading the file after editing in the control panel of the webhost RE: does making the login time of the admin longer done in the CP? - HLFadmin - 2022-01-08 Make a note Keep a record of core changes you make. You may need to do them again after an update. RE: does making the login time of the admin longer done in the CP? - HAFOOCH - 2022-01-08 i see thanks for the tip |