You can and should use the servlet standard for defining the session
timeout in your web.xml:

...

<session-config>
      <session-timeout>480</session-timeout>  <!-- 8 hours -->
</session-config>

...

On Thu, Jan 26, 2012 at 2:46 PM, Christopher Johnson <[email protected]>wrote:

> All -
>
> Does anyone know how long Java sessions are around for when making use
> of the servlet session interface that GAE implements ?
>
> Thanks in advance.
> ..Chris
>
> --
> 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.

Reply via email to