Summary
This article explains how to configure the Performance Center environment to set the 'ASP.NET_SessionID' cookie as a secured cookie when using HTTPS.
Question
By default, the Performance Center environment works with the 'ASP.NET_SessionID' cookie over both HTTP and HTTPS.
This article explains how to configure Performance Center to set the 'ASP.NET_SessionID' cookie as a secured cookie when using HTTPS.
This article explains how to configure Performance Center to set the 'ASP.NET_SessionID' cookie as a secured cookie when using HTTPS.
Answer
To set the 'ASP.NET_SessionID' cookie as a secured cookie when using HTTPS, perform the following steps:
- Log to the Performance Center server machine.
- Open file <Installation folder>\PCWEB\web.config for edit.
- Search for the section 'httpCookies'.
- Set the value of ‘requireSSL’ attribute to ‘true’.
- Save the file.
- Restart IIS.
- Repeat steps 1-6 for each Performance Center server within the same environment.