Wiki source for AppengineSessions
=====Google App Engine Sessions=====
DevAppengine
The Google App Engine does not provide a native interface for sessions. Whether this is because its developers consider sessions incompatible with the kind of applications for which App Engine is envisioned or they expect any competent develop to roll his own, I'm not sure. Whatever the case, I use the session library provided by [[http://code.google.com/p/gaeutilities/ gaeutilities]].
Appswell Session Demo: http://appswell.appspot.com/demo/sessions
Demo Source: [[http://code.google.com/p/appswell/source/browse/appspot/appswell/controllers/demo_controller.py?r=gae-release-20100411#235 http://code.google.com/p/appswell/source/browse/appspot/appswell/controllers/demo_controller.py]]
Library Source: http://code.google.com/p/gaeutilities/source/browse/trunk/appengine_utilities/sessions.py
DevAppengine
The Google App Engine does not provide a native interface for sessions. Whether this is because its developers consider sessions incompatible with the kind of applications for which App Engine is envisioned or they expect any competent develop to roll his own, I'm not sure. Whatever the case, I use the session library provided by [[http://code.google.com/p/gaeutilities/ gaeutilities]].
Appswell Session Demo: http://appswell.appspot.com/demo/sessions
Demo Source: [[http://code.google.com/p/appswell/source/browse/appspot/appswell/controllers/demo_controller.py?r=gae-release-20100411#235 http://code.google.com/p/appswell/source/browse/appspot/appswell/controllers/demo_controller.py]]
Library Source: http://code.google.com/p/gaeutilities/source/browse/trunk/appengine_utilities/sessions.py