Hi Anatoliy, I was recently having exactly the same problem. It was extremely annoying and made the app basically unusable; the worst part was, as you said, even if you were *using* the app it would suddenly log you out.
My solution: increase the cookie expiration time in the Application Settings of the app's dashboard. I bumped it up to 1 week and it solved the problem for me. If you submit an issue please post the issue number back, I'll star it. Robert On Thu, May 26, 2011 at 14:08, anatoliy <[email protected]> wrote: > My java app is setup to use Federated Login with cookie expiration 1 Day. It > works fine, however, after few hours (sometimes 1, sometimes 3) session is > invalidated for some reason and user has to login again. It does not matter > if user is being using the application all this time - authenticated session > does not seem to count that activity at all. > > I guess this is not how it suppose to work. With traditional session > handling user session should not be invalidated if there is session activity > happening. And, it should not be invalidated after few hours if cookie > expiration is set to 1 Day. > > Is there any additional handling neccessary at the application side? Or, do > you know what could cause such behavior? > > thanks, > anatoliy > > -- > 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. > -- 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.
