{% extends _layout.html %} {% block main %}
Session id | Socket open | Websocket open | Action |
---|---|---|---|
{{ uuid }} | {{ Sockets.sockets.get(uuid) and 'Yes' or 'No' }} | {{ Sockets.websockets.get(uuid) and 'Yes' or 'No' }} | Force close |
No active session
{% end %}