pub const MAX_SESSIONS_PER_USER: usize = 5; // 5usize
The maximum number of concurrent sessions allowed per user.