Q26
Single choice
A developer is writing a server side script that needs to maintain state across calls. The persistent information needed includes these items.
1. The current customer
2. Whether or not the customer is authenticated
3. The privacy attributes (such as tracking consent or cookie policy)
Which technique should the developer use to maintain state in an efficient and scalable manner that follows best practice?