标签: python google-app-engine session python-2.7
我想知道AppEngine上的“新”Python(2.7)有一个gae-sessions(https://github.com/dound/gae-sessions)的端口。 或任何其他类似的图书馆。
非常感谢。
答案 0 :(得分:4)
如果您使用的是webapp2,它会内置会话机制:
http://webapp-improved.appspot.com/api/webapp2_extras/sessions.html