Magnolia 5.5 reached end of life on November 15, 2019. This branch is no longer supported, see End-of-life policy.
This tutorial shows you how to create a custom cookie trait without writing any Java code. All you need is to configure a custom cookie trait and write some FreeMarker and JavaScript code.
In this tutorial we use a common business use case as an example. We create a custom cookie that is used to personalize a component based on the number of times a user visits a specific page. On the assumption that more page visits mean an increasing interest in our product, we progressively display personalized components offering incentives and discounts to entice the user to make a purchase.
More specifically, in the tutorial:
visits
is set.Cookies can be used to create just about any kind of personalization feature and you can adapt the example to suit your needs or use it as inspiration for your own custom cookies.
The tutorial uses the Enterprise Edition Pro demo bundle and is divided into two sections:
The best way to learn is to do it yourself, so we recommend that you recreate the tutorial from scratch and start by installing an EE Pro bundle.