I will have a go at this.

1. The Google account does not reply on GAE. You could be in our out of GAE
and still utilise the Python libraries that exist.
Your solution of a local user account is also good as you may want to add
additional information to your user.

2. The session information is stored on the server in a directory called
sessions under the application dir. The cookie is stored on the users
computer which references that session information. (unless you are in GAE
where there is a setting that puts the session into a database table.

Steve

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to