mirror of
https://github.com/django/daphne.git
synced 2025-04-22 09:42:07 +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. |
||
---|---|---|
.. | ||
binding | ||
generic | ||
management | ||
tests | ||
__init__.py | ||
apps.py | ||
asgi.py | ||
auth.py | ||
channel.py | ||
exceptions.py | ||
hacks.py | ||
handler.py | ||
log.py | ||
message.py | ||
routing.py | ||
sessions.py | ||
signals.py | ||
staticfiles.py | ||
utils.py | ||
worker.py |