I would like to store an authentication token in a session cookie. I'm using google app engine and restlets. I've done a few searches, but I have no idea even where to begin.
I would like to:
- Store the token in a cookie
- Read the cookie when the client makes a request through restlet
Also, is the session cookie the correct place to this type of information?