예제 #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()