HTTP Session in AEM
We have requirement to store a long string (end-user specific) in a cookie but because of the size limitation of the cookie, we are not able to store it. We are required to send this String with every call to the database. We are using MarkLogic database here. Please suggest what will be drawback of using HTTP Session to store that?
Also, is there any other way to store it? We have multiple AEM instances in production.
Thank you.

