A developer is writing a server side script that needs to maintain state across calls. The persistent
information needed includes these items.
* The current customer
* Whether or not the customer is authenticated
* 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?
Currently there are no comments in this discussion, be the first to comment!