const MAX_SESSION_ID_LENGTH: usize = 256;
Maximum length for session IDs (denial of service prevention).