spring-framework / org.springframework.messaging.simp.user / SimpUser / getSession

getSession

@Nullable abstract fun getSession(sessionId: String): SimpSession

Look up the session for the given id.

Parameters

sessionId - the session id

Return
the matching session, or null if none found