Fork me on GitHub
#untangled
<
2017-05-20
>
adambrosio17:05:04

@kgxsz you are correct in that when you are implementing apiread or apiwrite what you return only goes in the body of the response Now, part of untangled-system's shtick is to give you full control over the ring middleware stack, so you are correct, you'll need to do the session store in another component and install it's middleware in your bigger app middleware component

adambrosio17:05:29

In your case you would depend on and install the session store middleware from YourRingHandler