By default, on all servlet container implementations, session is  
cleared when browser is closed.

If you need to persist data across sessions, please use the datastore  
or cookie. Note that cookie has a maximum size of 4096bytes.

Michael

On 22 Dec 2009, at 11:56, Nickolas Daskalou wrote:

> How are you setting the sessions? If you're using cookies, are you
> adding an "expires" value (that's set in the future)? Without an
> expires value, cookies will be cleared when the web browser is closed.
>
>
> On Dec 22, 6:44 am, hemodroid <[email protected]> wrote:
>> It seems like sessions do not last after you close your browser.
>> Is it their normal behaviour?
>
> --
>
> You received this message because you are subscribed to the Google  
> Groups "Google App Engine" group.
> To post to this group, send email to google- 
> [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