In the session summary page, the length of the session is calculated based on the formula "session_length = last_updated_time - session_start_time" & In session details page, the length of the session is calculated based on the formula "session_length =sessionEndTime - sessionStartTime".
So it s possible that last_updated_time is not current. This should not happen that often and is under investigation by Engineering.