Is there any situation where the field properties of _Session change?
Or is a _Session the same from the time it’s created until it’s destroyed?
Right now I’m writing custom cache invalidation logic comparing the client’s cached Session to the DB’s Session.
The way it’s written right now assumes that Session never changes, which could cause huge bugs if the assumption is wrong.