aleph

2019-08-07T21:36:34.045400Z

Do you have any advice/library/example for implementing sessions on aleph ? (thnx in advance)

mccraigmccraig 2019-08-08T08:43:13.045700Z

that middleware is expecting a plain value response @vale ( https://github.com/ring-clojure/ring/blob/master/ring-core/src/ring/middleware/session.clj#L108 ) - it won't work if your responses are Deferred - should be trivial to modify it to work with Deferred responses though

👍 1
valerauko 2019-08-08T09:05:23.046100Z

yeah things get tricky if you use deferred responses