Thanks! One reason I am looking into upgrading webapp2 is that for some reason our users experience issues with our login/logout process. For example, local cookie is not cleared out when a user signout; Sometimes the session cookie is not recognized by the webapp2 backend and as a result a signed-in user is treated as a 'guest'.
I wonder if you might have heard of this kind of issues? I searched the 'issues' in the github and got nothing. On Tuesday, 25 July 2017 10:57:52 UTC+10, Kenworth (Google Cloud Platform) wrote: > > 1- The GitHub link > <https://github.com/GoogleCloudPlatform/webapp2/blob/master/CHANGES> you > provided is your best source for changes / latest versions. > 2- For production environment it is always better to use the stable > version than the latest version. The reverse is often true for dev > environment (depends on the use-case). > 3- The same GitHub link > <https://github.com/GoogleCloudPlatform/webapp2/blob/master/CHANGES> contains > changelogs. By far, it contains information on changes made to the > framework for each version. This same link is under Google Cloud Platform > repository, so you can assume it is supported on the Google App Engine > environment. Please note, however, webapp2 is only supported but not > maintained by Google > <https://cloud.google.com/appengine/docs/standard/python/tools/webapp2>. > Also, you can opt to use other web application frameworks as documented > here > <https://cloud.google.com/appengine/docs/standard/python/tools/webapp2>. > > > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/d67a67a2-809e-41ea-93bb-7d7ade3b104d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
