﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
994	http-session's session-del! fails when the entry is the session-item's first binding	evhan	Mario Domenech Goulart	session-del! currently fails to remove an entry for the given key when that entry is the first item in the pertinent session-item's bindings alist (because alist-delete! just returns the alist's cdr when its car is to be removed (without set-cdr!ing anything) and the session-item's bindings slot is never updated to refer to the new start of the alist). The attached patch fixes this.	defect	closed	minor	someday	extensions	4.8.x	fixed	http-session		
