Context:
Currently, the creation of the cookie is done in a utility class. Since the cookie creation heavily depends on the user configuration, we need to pass all the config parameters. To get rid of that we should promote the creation to a dedicated bean/.
AT:
- the cookie creation is done a dedicated bean instead of a utility class