Hi,
I've got a quite big Table of User-Sessions with basically an ID and an END_TIME, for when the Session ends (a date).
Now, outside the Database, I've got an also quite big list of Session-IDs, that have to be kept alive, by updating the END_TIME. This list is in Java.
How would I do this...