not in-built, because in memory session management isn't really a thing today. We'd generally recommend using RequestContexts to lookup sessions based on headers etc.
https://www.http4k.org/cookbook/request_context/
in that - you'd look up the sessionId then map it to some backing store session