How to use session on Google app engine

2019-03-18 10:24发布

I'm building an application using Google app engine with python, and I'm stuck with making sessions. Is there any app that already does that for app engine? Thank you.

1条回答
老娘就宠你
2楼-- · 2019-03-18 11:29

I recommend gae-sessions. The source includes demos which show how to use it, including how to integrate with the Users API or RPX/JanRain.

Disclaimer: I wrote gae-sessions, but for an informative comparison of it with alternatives, read this article.

查看更多
登录 后发表回答