How do I enable GAE session support using Java?
Also, a related question: I only want to store a small amount of state in sessions (basically, just a key) -- will GAE store this information in a client-side cookie, and if so, how secure is that approach?
Thanks!
For the first question. In your
appengine-web.xml
have:Please refer this Link provided by in comments in appengine-web.xml:
http://code.google.com/appengine/docs/java/config/appconfig.html#Enabling_Sessions