Hi all,
I'm looking for some inspiration in how to increase HTTP session timeout constantly if a background task is still running.
The background task is started by a web client and his state should be available to the web client while the task is running. It might be the case that the user is doing nothing until the session invalidates. Therefore the session timeout should be increased by the system.
I'm looking for some kind of spring abstraction and don't want to set the session timeout from inside the task by doing something like httpSession.accessed().
Has anybody an idea how I could solve that better?
Thanks in advance!


Reply With Quote
