pub async fn flash( session: &Session, key: &str, value: Value, ) -> Result<(), Error>
Insert a flash message — read by the next request, then cleared.