The issue isn't the expiration date. the issue here is that you are using a cookie-less seesion If you would like to keep users logged in you should try doing the session persistent
Saludos On 4/3/10, hendra.herviawan <[email protected]> wrote: > Hallo, can anyone tell my how to set expire date for JSESSIONID. my > problem is my app always ask username & login after user close the > browser. I belive if i can set JSESSIONID expire date i can solve this > problem. > > Sory for my stupid question ^_^ > Hendra, thank in advance > > -- > 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. > > -- Sent from my mobile device Gabriel Sosa Si buscas resultados distintos, no hagas siempre lo mismo. - Einstein -- 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.
