The way I can authenticate my users in AppEngine using Google Accounts is simply wonderful.
However, I need to use my custom authentication-login system.
I will have a AppUsers table, with usernames and encrypted passwords.
I read something about sessions on gae, but I need help on starting up my app security.
How can I track my authenticated user session? Setting a cookie?
A beginner.