Skip to content

Create sessions "on the fly" #559

@m-hume

Description

@m-hume

Hi
Would it be possible to generate sessions on the fly?
eg any request to a session ID that does not exist, creates that session ID and then performs that request.

I've never programmed in go but from what i can tell it would need session generation in the following functions

func (s *apiSession) ApiSessionGetAllRequests(c echo.Context, sessionUuid api.SessionUUID) error {

func (s *apiSession) ApiSessionGetRequest(c echo.Context, session api.SessionUUID, requestUuid api.RequestUUID) error {

I'll have a play and see if i can make the changes and compile it myself
Thanks

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