withLockedSession(_:)

Access the session and allowing it to be mutated

SessionContext.swift:101
func withLockedSession<Value>(_ mutate: (inout SessionData<Session>?) -> Value) -> Value