1

I am required to pass cookie value in my next service after log in I am using volley library to call services. I have successfully saved cookie using this it successfully saves ids in preference.

i have use getHeader for next request

@Override

public Map<String, String> getHeaders() throws AuthFailureError {

    return myApp.getSessionCookie();
}

but for my next request how to use this value?

Community
  • 1
  • 1
Sanket Kachhela
  • 10,861
  • 8
  • 50
  • 75

0 Answers0