Can anyone please suggest me a way to manage cookies in robospice retrofit type HTTP requests.
I have a authentication system which has a login , a few GET HTTP requests , and a logout.
During login i need to save the session and use the same session for the rest GET HTTP requests and when I logout the session has to be cleared.
Here the login is a HTTP POST request which sends and recieves data through JSON format. I am using robospice retrofit as it easily manages the login and logout requests.