originally posted in:BungieNetPlatform
Hi guys,
I have a problem with the "bungles" cookie. I have a string with all the received cookies after login with PSN, into this string I can find the "bungled" and "bungleatk" cookies, but I can't find the "bungles" cookie.
Still exists this cookie? Or no longer exists and I should delete it from my code?
Thanks!
-
I'm working with the api currently and when I sign out of bungie and then sign back in i lose the bungles cookie. buttt when I take it out of the header and send request to the api i still get responses. so my guess is that you may pick the cookie up somewhere while browsing the destiny bungie sites but it doesn't look like it's needed to access private data from the api.
-
Last I checked it existed. Are you sure you're persisting cookies through requests? You might loose it while doing the requests needed.