Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Better Sessions #8

@lhl

Description

@lhl

Right now sessions get assigned by UUID attached to a websocket.

However, that means if we establish a new websocket due to a disconnection, we lose our conversation history.

We should story the UUID that's generated, and on the client, if we need to generate a new socket, we should be able to pass and reconnect to our old UUID.

This is a multi-user security issue, so needs to have a signature (JWT?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions