我在 Python 中有一个 GAE,我正在使用 Channel API:https ://developers.google.com/appengine/docs/python/channel/functions
我能找到的所有示例都使用登录用户的 ID 作为客户端 ID。如果用户没有登录怎么办?在这种情况下,什么可以用作可靠的 id?我应该使用 Python 创建一个 cookie 或会话并在其中存储一个任意 id 吗?
我在 Python 中有一个 GAE,我正在使用 Channel API:https ://developers.google.com/appengine/docs/python/channel/functions
我能找到的所有示例都使用登录用户的 ID 作为客户端 ID。如果用户没有登录怎么办?在这种情况下,什么可以用作可靠的 id?我应该使用 Python 创建一个 cookie 或会话并在其中存储一个任意 id 吗?