Skip to content

Cookies

Paul Tidwell edited this page Oct 19, 2017 · 3 revisions

Your application will not use HTTP cookies to authenticate, but we would still like you to honor any “Set-Cookie” headers received from Bungie.net. These cookies help Bungie.net manage caching of data related to your session, providing better overall performance. If you are creating a browser based app, this will happen automatically. However, if you are building your application using an HTTP stack, make use of the cookie container features provided by your platform.

Clone this wiki locally