[How To] How to increase the timeout value for Sitebuilder Wizard session.
Article ID: 5237
Last Review: May,04 2008
APPLIES TO:
- Sitebuilder for Windows
- Sitebuilder 4.0 for Windows
- Sitebuilder 4.1 for Windows
- Sitebuilder 4.2 for Windows
SYMPTOMS
After some time of editing a website using the Wizard, I attempt to save my changes, but my changes are lost.RESOLUTION
Try following solution for this case:1. Go to IIS (Internet Informational Services) manager -> Application Pools -> SiteBuilderWebAppPool - right-click and select Properties. Visit Performance tab and uncheck 'Shut down worker processes' or increase default value to higher number.
2. Find the %SB_DIR%\Web\Web.config file and open it for editing. Before making any changes there, it is suggested to make a copy for it, just in case.
3. Find 'roleManager' tag, change it's 'cookieTimeout' value (in minutes).
4. Find 'sessionState' tag, change it's 'timeout' to the same value (in seconds).
5. Find 'forms' tag, change it's 'timeout' to the same value (in seconds).
Additional information
%SB_DIR% is Sitebuilder installation folder.Keywords: session, timeout, wizard, save changes