I have to generate a list of items on a website which are random for the session of the user for that particular list of items.
I am going to add a link to demonstrate the problem. WebSite Link
Scenario: When a user comes in and clicks on the link, the items on the page should be randomized. As the user clicks on page two, three onwards, it should follow the same random pattern that it generated the first time so that when I go back to the first page the items on that page would be same as when the user first clicked on the link.
I did think of bringing out a dataset of all items randomized once and keeping them in session but that is a last resort.