DWorkS / VolleyPlus

🏐 Volley library : make everything faster . Its an improvements for Volley by Google for Android https://android.googlesource.com/platform/frameworks/volley
https://github.com/DWorkS/VolleyPlus
984 stars 275 forks source link

Missing cookies #85

Open markody opened 5 years ago

markody commented 5 years ago

With original volley lib version I have all cookies but with your lib version I get mainServerInstance=

Should be: Set-Cookie=UserAuth=Random_AuthString; path=/; secure; Iam getting: Set-Cookie=mainServerInstance=; path=/; secure;