HI All,
I am migrating from Jboss 6.4 to Wildfly 26.1.2 for one of my web application. The Java version is OpenJDK 17.
While migrating, I am running application locally on my Window machine all thing work as expected. But when i am deploying this same application on OpesnShift platform with exact code base and infra setup, i am facing issue with session timeout.
So after long investigation i have found that the session is getting invalidated/destroyed in an unexpected way.
I need to clear the cache and then restart the Browser(Chrome/Edge) as a workaround for next login and then I am not facing the session timeout issue.
Request you if some one help me on the issue will be greatful.
Thanks and Regards
Akhilesh Sahu