• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

how do i extend the timeout of the plesk control panel?

tristans

Basic Pleskian
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
 
mysql> select * from misc where param='login_timeout';
+---------------+-----+
| param | val |
+---------------+-----+
| login_timeout | 30 |
+---------------+-----+
1 row in set (0.00 sec)
 
Back
Top