Mercurial > libervia-backend
log src/memory/memory.py @ 1219:16484ebb695b
age | author | description |
---|---|---|
Mon, 22 Sep 2014 19:24:07 +0200 | souliane | memory: session timeout won't be reset on each access if the Sessions() is called with resettable_timeout=False |
Mon, 22 Sep 2014 18:42:54 +0200 | souliane | memory: profileSessions.profileGetUnique was not resetting the timer |
Mon, 22 Sep 2014 20:26:40 +0200 | souliane | memory: handle the case where an existing session ID is re-used for creating a new session |
Sun, 21 Sep 2014 13:10:55 +0200 | souliane | memory: Sessions.newSession can be called with a forced session ID |
Mon, 15 Sep 2014 14:18:25 +0200 | Matteo Cypriani | misc: fixed some typos |
Fri, 27 Jun 2014 20:05:31 +0200 | souliane | memory (memory): delete profile session on profile deletion |
Wed, 25 Jun 2014 19:01:00 +0200 | souliane | memory: add helper methods encryptValue and decryptValue |