gae-sessions equivalent for Python 2.7

google-app-engine, python, python-2.7, session

Solution

If you're using webapp2, it has sessions mechanism built-in:

http://webapp-improved.appspot.com/api/webapp2_extras/sessions.html

Problem

I wonder wether there's a port for gae-sessions (https://github.com/dound/gae-sessions) for the "new" Python (2.7) on AppEngine. Or any other comparable library. Thank you very much.

Original source