I'm using auditing functionality in my SharePoint site and I notice today that, through the results retrieved programatically by my SPAuditQuery object, my auditing count is mostly wrong because of multiple similar entries that appear (more than one time) in the generated xml file.
You can find for example, when a user load my site's homepage, 3 entries like "pages/default.aspx". even if the user arrives for the first time on the homepage and he never reloads the page. Sometimes I have 4 entries. So it's a very unpredictable behaviour !
How can I proceed if I want to have the correct count ? Does anyone have an idea ?
thanks