I was looking at Shell, the Featured app available here [1] and I have
a couple of questions related to its 'Session' management.

1. I think that the FrontPageHandler should redirect to the URL
containing the newly created 'Session' session key, otherwise any page
refresh would lead to a new 'Session'

2. it looks like the Sessions are persisted forever in the storage and
there is no way to clean them out (automatically). It looks like the
only way to do it is to run at the end of your 'scripting' session a
db.delete(Session.all().fetch(10)). Maybe there should be a 'Logout'
button that also takes care of this clean up.

Thanks in advance for your comments,

./alex

[1] http://code.google.com/p/google-app-engine-samples/downloads/list
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to