Quantcast
Channel: How to effectively implement sessions in GAE? - Stack Overflow
Browsing all 4 articles
Browse latest View live

Answer by Cesar for How to effectively implement sessions in GAE?

UPDATE - 21 Mar 2011 At the time of this answer app-engine-patch is discontinued and gaeutilities offer worst features than gae-sessions. GitHub gae-sessions HowTo 10-steps tutorials

View Article



Answer by massimo for How to effectively implement sessions in GAE?

If you use web2py (version 1.46 or latter) sessions are on by default on GAE. This achieved by the following three lines of web2py code at the top of the scaffoling model: from gluon.contrib.gql import...

View Article

Answer by Alexander Kojevnikov for How to effectively implement sessions in GAE?

I suggest checking out (and contributing to) these three implementations of appengine sessions before rolling out your own: app-engine-patch gaeutilities gae-session Your options look fine but choosing...

View Article

How to effectively implement sessions in GAE?

I was wondering about implementing my own sessions (more for an exercise than anything else) for a GAE app I'm working ... at first I was thinking of using the datastore to store the session data....

View Article
Browsing all 4 articles
Browse latest View live


Latest Images