Another idiotic reply by "AI".
If @@Identity returns a value for the current session how can this be affected by other users? - It can't!
However, as others pointed out already, @@Identity returns the last generated identity value, which can be a different value than you expect if there are...