Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use session on Google app engine

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.

like image 711
Paulo Barros Avatar asked Oct 07 '10 21:10

Paulo Barros


1 Answers

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.

like image 171
David Underhill Avatar answered Nov 16 '22 01:11

David Underhill