An open API service indexing awesome lists of open source software.

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

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)