Sessions with web2py on GAE must go in DB, else they are not reliable (you may find yourself logged out because cache is cleared).
On Saturday, 3 March 2012 23:12:34 UTC-6, Sushant Taneja wrote: > > Hi, > > I am creating an application for deployment on GAE. > I would like to know the advantages and disadvantages of storing sessions > in memcache v/s google datastore. > > Thanks, > Sushant >

