On Mon, Dec 21, 2009 at 12:44 PM, hemodroid <[email protected]> wrote: > It seems like sessions do not last after you close your browser. > Is it their normal behaviour?
HTTP has no concept of sessions, that is what you are supposed to do yourself using cookies and such. So yes, that is normal behavior on every web server in existence. -- 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.
