示例#1
0
 def _newClientID(self):
     return guard._sessionCookie()
示例#2
0
 def _newClientID(self):
     """Get a new UUID type id (dynamic) for the client.
     """
     return guard._sessionCookie()
示例#3
0
文件: athena.py 项目: calston/tums
 def _newClientID(self):
     return guard._sessionCookie()