I have an application structure I create to store site wide login data. I also have a session structure that is updated with the same data as the application structure. Before it is duplicated though I need to compare the contents. I do not have to identify the data that changed, simply that data "has" changed. Is there a more efficient way to do this other than looping through one comparing with a structfind? The only dumb questions are the ones that are never asked