On 13/06/2023 08:07, Manak Bisht wrote:
Is it not possible to extract the sessions from the servlet container in my
application code? I could elect a node to schedule a periodic serialization
to a data store. On restarts, I could deserialize from this store to inject
the sessions back into the servlet container. I would handle the session
expiry logic in the application or database logic.

Sure, anything is possible. I just think it would be a lot easier to use one of the third-party session managers that have already solved this problem.


Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to