Browse Guides

Enabling Secure Cookies in the Web Application
Reading mode
Copy Link
Link Copied!
Print
Feedback
This guide has multiple versions available:
<style>p { margin: 0; }span.fr-emoticon.fr-emoticon-img { background-repeat: no-repeat !important; font-size: inherit; height: 1em; width: 1em; min-height: 20px; min-width: 20px; display: inline-block; margin: -0.1em 0.1em 0.1em; line-height: 1; vertical-align: middle; } span.fr-emoticon { font-weight: normal; font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols"; display: inline; line-height: 0; } blockquote { border-left: solid 2px #5e35b1; color: #5e35b1; margin-left:0; padding-left:5px;}blockquote blockquote{ border-color: #00bcd4; color: #00bcd4;}blockquote blockquote blockquote{ border-color: #43a047; color: #43a047;} table.grid{ border-collapse: collapse;} table.grid td, table.grid th { border: 1px solid #ddd;} .fr-fic.fr-dib{ display: block; margin: 5px auto;}.fr-fic.fr-dib.fr-fir{ text-align: right; margin: 5px 0 5px auto;}.fr-fic.fr-dib.fr-fil{ text-align: left; margin: 5px auto 5px 0;}</style><p>Enable secure cookies to stop cookies from being sent over HTTP.</p><p><br></p><p>This is not enabled by default as it makes the application unusable over HTTP. Before enabling ensure an upgrade from HTTP to HTTPS is enabled as the app will no longer function over HTTP.</p><p><br></p><p>Add the following property into the 3 appsettings.json files at the root of the web app, /api and /auth, and any other appsettings.json files (IE standalone portal sites).</p><p><br></p><p><em>&quot;SecureCookies&quot;: &nbsp;true.</em></p><p><br></p><p><img src="http://halo.haloservicedesk.com/api/attachment/image/e7b9bcff-abeb-4b2a-aee8-8a76222a9cfa" class="fr-fic fr-fil fr-dib" width="431" height="102"></p><p><br></p>
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.