Custom Context Store
Hi,
I have a requirement of showing 3 personalised content(images) based on visitor information:
- unknown visitor: When visitor first visit the website
- identified visitor: When same visitor visit the website again(by tracking IP/cookie)
- Logged-in user
Could some one please help to identify the best approach for the above requirement ? does it require to implement custom context store ? how we can achieve this ?
already went through the document Creating a Session Store code snippet but dont know exactly where to put that code.
Any guidance on above will be really helpful.
regards,
Nitin