Is there an "effect" package or something (looked through platform-node) that aids with some of the "web server" things like cookies/sessions?
I'm not the most experienced backend dev, just used to express where you have access to cookies/session on the request, i assume theres not an integration like express/session middleware
Is it more just operating on the request headers and defining them on your schemas?