List with timeout/expire ability

Viewed 22125

I need a function like this:

AddToList(txtName, timeExpire);

It looks like self-descriptive, the item will automatically expire and removed from the list.

I couldn't imagine how to do that. Can anyone give me a clue?

4 Answers
Related