Hello,Frequently, we have to pass parameters between pages. As I started
working with AEM (6.1 Sites) recently, I have some questions regarding
the best approach to follow:Using query parameters: I think this is the
easiest way to pass parameters. However, the page will not be cached and
it could be a problem if the page is "heavy".Using cookies: The cost of
implementation is low, but if the user disables his cookies, the
parameters will be lost.Using Sling Selectors: The page will be cached
but...