Securing ASP Cookies
To secure your ASP session and forms authentication cookies, perform the following steps:
-
Ensure that there is an SSL certificate installed for the instance.
-
Log in to Secret Server using HTTPS.
-
Navigate to the Admin > Configuration page
-
Click on the Security tab.
-
Click the Edit button
-
Check the Force HTTPS/SSL check box
-
Click the Save button.
-
Open the
web-cookie.config
file in the application installation folder. -
Set
requireSSL
totrue
.Save and Close the file.
-
Open the
web-auth.config
file in the application installation folder. -
Set
requireSSL
totrue
. If the attribute does not exist, add it to theforms
tag.Save and Close the file.
-
Recycle the Secret Server's application pool.