-----Original Message----- This sounds good to me. Any idea how we can implement it. The only solution I have is too have an additional thread running somewhere which checks for timeouts. -----/Original Message----- Put a bean into application context, which gets the info about actual sessions from a session listener. Now let that bean be called every now and then... EG. from every (100th) request?
Or at the end of the request-processing call a bean that ages out the old pages. Plus a session-listener that listens only for the session-timeouts. regards Alexander PS: discussion like that can be done well on the IRC-channel (just remember to post a summary to the list...)
