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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment