1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2026-02-03 17:50:12 +01:00
Commit graph

4 commits

Author SHA1 Message Date
Yann
611b01fd0e Bugfixes on ram_session on sessions and on cookies
- webui fix in cookies handling
- ram_session fix in token generation (return an str : hex representation of os.urandom(n))
- more fixes in Client session handling
2016-08-25 10:18:23 +02:00
Yann
eef54f2aad Begin session handling with cookies in webui 2016-08-24 17:35:18 +02:00
Yann
1453cf49f9 Plug together Ui <-> client <-> session <-> plugin + bugfixes
Created a new class LodelSession to handle session datas
Created an automatic wrapper to acces to session handler plugin function throug SessionHandlerPlugin class methods
Bugfixes done for plugins. The plugin type is store in __plugin_type___ and not in __type__
2016-08-24 15:09:32 +02:00
Yann
60a1176728 Small RAM session handler implementation 2016-08-24 15:09:32 +02:00