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.configfile in the application installation folder. -
Set
requireSSLtotrue.Save and Close the file.
-
Open the
web-auth.configfile in the application installation folder. -
Set
requireSSLtotrue. If the attribute does not exist, add it to theformstag.Save and Close the file.
-
Recycle the Secret Server's application pool.