Search Issue Tracker
Fixed in 2018.3.X
Votes
1
Found in
5.4.3f1
Issue ID
853589
Regression
No
[iOS] UnityWebRequest stores session token in cookie header
When logging out of a web session while offline, logging back in results in failure to get a new session token - the old token (which is expired) is still stored in the cookie header.
Steps to reproduce:
1) Open the latest attached project.
2) Build for iOS.
3) Run on a device (make sure it's connected to the Internet).
- Observe the Xcode console.
Three web requests are made - first request, which is used to log in normally, second request, which is made after logging out while being offline and third request, which is made after clearing the cookie header. The second request returns "Already logged in", because the expired session token is still in the cookie header. This does not occur on the Editor. Tested with Mono2x and IL2CPP.
Reproduced on:
5.6.0a5, 5.5.0f3, 5.4.3p1, 5.3.7p1
Devices tested:
iPad Mini iOS 9.3.5
iPhone 7 iOS 10.2
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
- Last segment of a Sprite Shape Spline is affected by other segments' Sprite Variant change when no edge Sprite is selected
zecheeseking
Oct 16, 2017 15:46
Still persists even in 2017.2.