Hello,
Since upgrading to GAE release: "1.9.40", I now the see entry below in my log console (development server)
>>>>>>> WARNING 2016-08-05 05:04:05,754 login.py:99] Ignoring invalid login cookie: true <<<<<<
This wasn't showing up before I did the migration to 1.9.40. Anybody know what this means?
I searched for login.py (this is an app engine file) and I couldn't find the message in the file
$ cd /path/to/appengine_sdk
$ grep -rn 'Ignoring invalid login cookie'
google/appengine/tools/devappserver2/login.py:99: logging.warning('Ignoring invalid login cookie: %s', cookie_value)