Do you have any advice/library/example for implementing sessions on aleph ? (thnx in advance)
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
yeah things get tricky if you use deferred responses