pub(super) async fn session_end_execute_html( services: &Services, user_id: &UserId, device_id: &str, ) -> Result<String>
Executes the actual session deletion. Called only from the POST handler.