Equivalent to gae sessions for Python 2.7

I wonder if there is a port for gae sessions (https://github.com/dound/gae-sessions) for the "new" Python (2.7) on AppEngine. Or any other comparable library.

Many thanks.

+3
source share
1 answer

If you use webapp2, it has a built-in session mechanism:

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

+4
source

All Articles