Constant fractal::secret::SESSION_ID_LENGTH
source ยท pub const SESSION_ID_LENGTH: usize = 8;
Expand description
The length of a session ID, in chars or bytes as the string is ASCII.
pub const SESSION_ID_LENGTH: usize = 8;
The length of a session ID, in chars or bytes as the string is ASCII.