<?php session_start(); if (!isset($_POST['id'])) return; unset( $_SESSION['files'][$_POST['id']] ); #error_log("Delete Document $_POST[id]");