Open
Description
Describe the problem
During a postmortem we've found that the syncutil.Mutex in sessioninit.Cache may be a source of contention when there is a high rate of session establishments.
We can reduce this by using syncutil.RWMutex instead.
Jira issue: CRDB-15599