Save random var into session

How to store randomly picked variable into session?

I can save my response as Vector:

`

.check(jsonPath("$..members..id").ofType[Any].findAll.saveAs("itemList"))

`

So I can use its value randomly with success: