How to refresh OnlineSessionSearchResult?

After finding sessions using FindSessions is there some way to update the results?
Ping, connected users etc.
Reapeating whole search seems redundant.

I believe “IOnlineSession::FindSessionById” with your own ID as the FriendId is the intended way. This may be inappropriate for refreshing multiple results, however.

I looked this method in the code and its always returns EmptyResult without doing anything at all.