https://github.com/yylt/gorilla-session-django
gorilla django memcache session, support read-only now
https://github.com/yylt/gorilla-session-django
Last synced: 5 months ago
JSON representation
gorilla django memcache session, support read-only now
- Host: GitHub
- URL: https://github.com/yylt/gorilla-session-django
- Owner: yylt
- Created: 2020-11-19T11:12:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T11:47:58.000Z (over 5 years ago)
- Last Synced: 2024-06-20T02:08:29.805Z (almost 2 years ago)
- Language: Go
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## gorilla-session-django
- support django memcached session value parse
- the session value should be just serializered only
- NOT SUPPORT session save
## django session
- see [django session](https://github.com/django/django/tree/master/django/contrib/sessions)
- django session value [encoder and crypto](https://github.com/django/django/blob/9f72b0970db4be76d14bd7be5a21582d2cc484bc/django/contrib/sessions/backends/base.py#L109)