How to invalidate old JSESSIONID from tomcat servlet container on application startup
we are not using redis for session storage in our springmvc appliccation. so Jessionid is getting stored in tomcat. and if application is killed using kill -9 it will not terminate gracefully. so that’s why how to nvalidate old jessionid in application startup?