Skip to content

Missing session code

James Woodcock requested to merge mjwoodcock/artanis:missing-session-code into master

session-set! and session-ref were not passing the sid argument into the backend functions.

The simple backend implementations of set and ref didn't work properly.

I added some example endpoints into exampes/test.scm - /session-set and /session-get.

Merge request reports