コード例 #1
0
ファイル: athena.py プロジェクト: BackupTheBerlios/nufox-svn
 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()