I build a list of items via a loop.Sometimes The list is too long and I page it be appending &page=2 &page=4 etc.
I put a checkbox on each item's line. I need to be able to select checkboxes and keep the value in an array without loosing it when I go to the next page of results until I click a link of button to another page where I'll need that array of saved values.
I think it's possible... How do I do that?