I refer to the one that defined in web.xml

        <session-config>
                <session-timeout>30</session-timeout>
        </session-config>

I want to keep it open as long as the browser is opened at my page...

On Apr 10, 2:10 pm, Didier Durand <durand.did...@gmail.com> wrote:
> Hi,
>
> You should clarify what you mean by an open session: do you mean the
> http one defined by the cookie, the security one after login, etc ?
>
> regards
>
> didier
>
> On Apr 10, 9:35 am, Max <thebb...@gmail.com> wrote:
>
> > have you tried to use memcache or simply store session into datastore?

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to