Hi, Thanks for providing me with this solution.
save "update_time" on session[id] (or elsewhere) whenever session is "used" > and then check... > > if session[id].creation_time and session[id].creation_time > request.now > -datetime > .timedelta(seconds=60): > ...do the cleanup > > Kind regards, Annet --