Hi, I'm in need of some session handling in Camel.
I found this info https://camel.apache.org/manual/latest/http-session-handling.html I'm looking to implement session handling on context level but it's not clear how I can do this in the Java DSL What I have is a login url which would give me a cookie, I would need to re-use that in subsequent route calls to avoid a 401. Could you point out to a sample in Java DSL how this could be achieved? Sorry, for my very limited knowledge on this, but trying to learn something new! Many thanks in advance for the feedback, much appreciated! Regards, Tom