Java object data to be used in Sightly
In a post call API, I'm creating an HttpSession object and storing some values in it. Now, is there a way I can use the stored value in my AEM component?
The data stored is logged-in user's data, and the requirement is to use that data to populate certain fields in a component. How can I achieve this?