-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Description
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
Labels
No labels