koa-session2
koa-session2 copied to clipboard
Possible to use without cookies?
trafficstars
Is it possible to get sessions working with the client without cookies? For instance, rather than using cookies in a browser-led GET, is it possible to use POST with JSON content? We have a project that we would like to release a React Native client for, and cookies are not ideal.
@Panoplos Could you modify the headers of HTTP request? You just modify the Cookie field in request headers.