pub fn create_session_store(
config: SessionBackendConfig,
) -> SessionResult<Box<dyn SessionStore>>Expand description
Creates a boxed session store using the provided backend configuration.
pub fn create_session_store(
config: SessionBackendConfig,
) -> SessionResult<Box<dyn SessionStore>>Creates a boxed session store using the provided backend configuration.