setSession method

void setSession(
  1. String sessionId
)

Sets the session ID and resets the sequence counter.

Implementation

void setSession(String sessionId) {
  _sessionId = sessionId;
}