I have an array of ids called $ids. I use infinite scrolling to display sets of those ids ($subset_ids) which I then put into a session variable. When I loop back through the request, I remove $subset_ids from $ids so as not to display any id twice.
When I refresh the page, how do I destroy or unset the session variable so I start with the full array of $ids again?