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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment