• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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