mirror of
https://github.com/django/daphne.git
synced 2025-04-23 18:22:15 +03:00
* Update channel_session decorator to rehydrate http_session Update the http_session decorator to write the http session key to the channel_session when available. This allows the channel_session decorator to rehydrate the http_session after the initial websocket connection. closes #318 * Add persist=True option to http_session * Add explicit option to store the session key in the channel session * Update docs * Add test case * Add channel_and_http_session decorator This decorator enables both sessions and maintains the http_session for the lifetime of the websocket connection. |
||
---|---|---|
.. | ||
__init__.py | ||
a_file | ||
base.py | ||
http.py | ||
settings.py | ||
test_binding.py | ||
test_generic.py | ||
test_handler.py | ||
test_management.py | ||
test_request.py | ||
test_routing.py | ||
test_sessions.py | ||
test_worker.py |