Skip to content

Review keying sessions by strings instead of []byte. #7

@MJDSys

Description

@MJDSys

Currently, sessions are keyed by a go string (not 8 bit clean). But binary data is stored in the cookie. Review the logic of this, and change the key to a []byte to avoid cleaning the data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions