Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CCMA Session Time Out After 20 Minutes

Status
Not open for further replies.

mte0910

Programmer
Apr 20, 2005
232
US
This may be old news to some of you, but I just found out how to change the timeing of the CCMA session time out. I've changed my values to 600 minutes, but you can use whatever value works for you.

Open IIS Manager:
Expand the Application Pools folder:
Right-click on the DefaultAppPool -> select Properties -> click on the Performance tab -> Change the value in "Shutdown worker processes after being idle for (time in minutes):" from 20 to 600.
Right-click on the NT_WebServicesPool -> select Properties -> click on the Performance tab -> Change the value in "Shutdown worker processes after being idle for (time in minutes):" from 20 to 600.
Expand the Web Sites folder:
Right-click on the Default Web Site -> select Properties -> click on the Home Directory tab -> click the Configuration button -> click on the Options tab -> Change the value in "Session timeout:" from 20 to 600.
Restart IIS.
 
I do not know if this has been covered before ( I am catching up on a huge backlog of reading).

This issue was introduced by SUS0703 for CC6. It is a "security feature".
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top