Handling Session Cookie in Android Volley -
for unfamilar volley networking library and,it switch http request client httpurlconnection or httpclient depending on android version, 1 thing need know how add cookie support each of these client types. how opt in session management both types of clients?
i have seen solution: using cookies android volley library
which step in right direction. has found way push logic level down library without using preferences? or references volley application. don't mind rewriting volley helper class apply support not sure if both types of http clients support cookies , need turn on cookie support?
also there way use volley cookiemanager perhaps?
take @ my answer on other question linked. specifying httpclient volley use, ever use 1 connections. obviating need set cookies on both.
Comments
Post a Comment