• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Timeout Issue

S

ScottT

Guest
Hello -- After about 15 mins of editing a website using the wizard, I attempt to save my changes, but my changes are lost. Does anyone know where to specifically increase the timeout value? I have seen similar questions in the forums, but they don't give an exact location where to make this change. Thank you.
 
Dmitry -- Thanks for the reply. I followed the procedure in the link you provided and it did not fix the problem. In fact, it appears the procedure did not help in the other thread either.

How can I increase this timeout value so that customers don't keep losing their work after the timeout expires?
 
I have found the steps needed to fix this problem.

1. Go to SiteBuilderWebAppPool and remove check mark in Shut down worker processes or set to high number.
2. Go to the [%SB_DIR%]\Web\Web.config file.
3. Find 'roleManager' tag, change it's 'cookieTimeout' value (in minutes).
4. Find 'sessionState' tag, change it's 'timeout' to the same value.
5. Find 'forms' tag, change it's 'timeout' to the same value.
 
Back
Top