I have a small app written in Google App Engine, and I use the basic login: required
in app.yaml for authentication. This gives me the Google login box, which has the "Stay signed in" option. However, even with the "Stay signed in" option I get logged out fairly quickly (within a day or two). Is there any way to extend this timeout? Is there any way around it using the users
API?
views:
149answers:
1
+3
A:
Log in to your admin console, select an app, and choose 'Application Settings'. Then, change the expiration period under 'cookie expiration' - options are 1 day, 1 week, and 2 weeks.
Nick Johnson
2009-10-29 20:46:23
It works. Thanks for the answer!
Manne
2009-10-31 11:37:58