You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defwebapp_add_wsgi_middleware(app):
"""Called with each WSGI handler initialisation"""app=gaetk.gaesessions.SessionMiddleware(app, cookie_key=COOKIE_KEY)
returnapp
The most basic functionality seems to cease working. This snippet shows
counter: 1
no matter how many times I refresh.Please advise. Thanks
The text was updated successfully, but these errors were encountered: