Search Issue Tracker
Fixed in 2019.3.X
Fixed in 2018.4.X, 2019.1.X, 2019.2.X
Votes
0
Found in
2018.3.0a1
2019.1.0a1
2019.1.3f1
2019.2.0a1
2019.3.0a1
Issue ID
1158841
Regression
No
Analytics restore old cookie data after cookie cache has been cleared via UnityWebRequest.ClearCookieCache
How to reproduce:
1. Download tester-submitted project(CookieRepro)
2. Run the included Python script 'Cookies.py' to start a local server
3. Open the included Unity project
4. Tweak lines 28 and 30 of NewBehaviourScript.cs to match the computer address
5. Run any web debugging software that monitors requests/responses(Fiddler)
6. Enter Play Mode, wait for all 3 requests to be sent and exit Play Mode
7. Enter Play Mode again and check request/response cookie data
Expected result: the final request goes out without any cookie data
Actual result: the final request goes out with old cookie data
Reproducible with: 2018.4.2f1, 2019.1.7f1, 2019.2.0b6, 2019.3.0a6
Could not test with: 2017.4.29f1(UnityWebRequest.ClearCookieCache not implemented)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Baked Lightmap ”View” button text is aligned incorrectly
- Lightmap Asset icon changes colours after Baked Lightmap Viewer window is opened
- VideoClipImporter preset not applied when applying Preset Selector on already imported video clips
- Frame Debugger gets disabled when any Editor window is maximised and minimised
- TextMeshPro InputField view is not updated when OnEndEdit is triggered
Add comment