per cancellarle tutte

Session.Abandon()


per salvarne alcune

for i = Session.Contents.Count to 0 step -1
if Session.Contents.Key(i) <> eccezione then
Session.Contents.Remove(i)
end if
next