Vik, Go to you administration panel > Application Settings > There is a combo "Cookie Expiration" to set how long it should keep your users logged in.
If the problem isn't in this cookie, you should look into your code where you generate a cookie and set the Max Age of it to 1 week (in ms probably). I think that's it. :P *Jayr Motta* Software Developer * * I'm on BlackBeltFactory.com<http://www.blackbeltfactory.com/ui#!User/jmotta/ref=jmotta> ! On Thu, Jul 7, 2011 at 6:55 AM, Vik <[email protected]> wrote: > Hie > > I used PageSpeed chrome extension to analyze my app home page which is > hosted on GAE. The suggestion come to set image cache expiration to 1 week > at least. Now I do not know where should I do that? > > Please advise. > > Thankx and Regards > > Vik > Founder > http://www.sakshum.org > http://blog.sakshum.org > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" 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-java?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
