I'm going to develop a small web application on Gae with a registration section, login\logout and stuff like that.
Since Google app Engine does not support session out of the box and i don't want to restrict access using google Accounts, i am forced to pick a Framework that offers this kind of facilities.
My choices are:
Reading its book, Web2py seems to offer session object and has a good access control, offering an Auth class that implements Role-Based Access Control.
I don't know Djangoappengine yet but i suppose it offers Django Auth.
Webpy works on appengine but has not any official way to handle session on GAE.
If you have used these frameworks, do you mind to share you experience building a private site section on Google app engine?