What does the error message "a different object with the same identifier value was already associated with the session" typically indicate in a database or object-relational mapping (ORM) context?
A) The session has been terminated unexpectedly
B) Two different objects with the same identifier are trying to be managed by the same session
C) The session is trying to access a non-existent identifier
D) The database connection has been lost