Increase Timeout settings for Smartview in IIS
In Normal scenarios, Increasing the session timeout might result in performance issue; as more "dead" sessions are kept open much longer, more processing power is wasted on them. To have long session timeouts is also considered bad practice from a security poit of view. not that these timeouts are anly enforced on idel sessions, i.e. when the user will not "click anything" for that amount of time. For this reason, rarely need to be set to anything higher than 120 minutes.
The following instruction change the idle timeout from default 20 minutes to 30 mintures in Microsoft Internet Information Services (IIS).
- Go to Start > All Programs > Adminstrative Tools > Internet Information Services (IIS) Manager.
- Expand the server node <Server name> (Local computer).
- Right click on the application pool node.
- Select Properties
- Select the performance tab.
- Change the Idle timeout value from 20 to 30 minutes.
- Click Appliy.
- Click OK.
- Expand the node Seb Sites.
- Right click on the HFM sebsite
- Got to Properites > Home Directory tab > Configuration button > Options tab
- Change the Enable session state > Session timeout value from 20 to 30 minutes.
- Click OK
- Click OK
- Test that timout is not the new value.
No comments:
Post a Comment