Thinking to how Php operates, there are both client and server 'cookies', where the server cookies are session-dependent data that is only seen by the server.
Does Quarkus have anything similar to this? I realize I could make something that would effectively produce this behavior with session client cookies, and internal data maps, but was hoping there might be something along these lines already established.