I’m working on an old-fashioned server-side render...
# http4k
v
I’m working on an old-fashioned server-side rendered app in http4k and need some sort of cookie based sessions. Did anybody come up with this yet before I roll my own?
s
You can do the basics with cookie + contexts, but we don’t have anything specifically designed for sessions. Happy to take suggestions/PRs