T tristans Basic Pleskian Apr 28, 2011 #1 how do i extend the timeout of the plesk control panel? i want to extend it to more then 2 hours, how can i do that? currently i get logged-out after 30 min or so of inactivity. plesk 10.0.1 on CentOS 5 x86 64-bit
how do i extend the timeout of the plesk control panel? i want to extend it to more then 2 hours, how can i do that? currently i get logged-out after 30 min or so of inactivity. plesk 10.0.1 on CentOS 5 x86 64-bit
IgorG Plesk addicted! Plesk Certified Professional Apr 28, 2011 #2 mysql> select * from misc where param='login_timeout'; +---------------+-----+ | param | val | +---------------+-----+ | login_timeout | 30 | +---------------+-----+ 1 row in set (0.00 sec)
mysql> select * from misc where param='login_timeout'; +---------------+-----+ | param | val | +---------------+-----+ | login_timeout | 30 | +---------------+-----+ 1 row in set (0.00 sec)
T tristans Basic Pleskian Apr 28, 2011 #3 thanks, i'll try that. it would be nice to have this somewhere in the control panel settings.
IgorG Plesk addicted! Plesk Certified Professional Apr 28, 2011 #4 You can do it in Settings -> Session Idle Time.