Following the answers to this question (Using cookies with Android volley library), I was able to handle to cookie for a single Activity (let's call this Activity Login). Is there a way to handle the cookie for different activities (e.g. I have an activity User_Activity that needs the session-cookie to make a request to get more data on the user) ?
Thanks.