@donaldball Pedestal’s session support is an interceptor wrapper of Ring’s session middleware and session management follows what’s prescribed by Ring (https://github.com/ring-clojure/ring/wiki/Sessions). If handler code update’s session then the session map needs to be assoc’d to the response explicitly by the handler.