In their online developer docs, Google App Engine (GAE) mentions that you can specify you app’s title and cookie timeouts from inside the Admin Console.
My question is: can I do these things programmatically, and if so, how? If not, why?!?
I ask because it would be nice to be able to have different settings for each new uploaded version of my app. Thanks in advance!
No, there is no API to set GAE session cookies expiration.