pub fn session_path(db: &Path, session_id: &str) -> PathBuf
The virtual path that stands for a session on disk: the database path with the session id appended. Never opened as a file; only its stem is read.