I am developing an Android client with GAE backend and I am using the phone accounts for authentication.
After I retrieve the authentication cookie from GAE, I can make authenticated calls to the server, but as soon as the application is closed, when the app re-launches, I have to run the auth proces again, ask for e new cookie. Is there a way to store that Cookie object and check for it after the first time the auth happens so I don't have to do it every time the app launches?