cdi icon indicating copy to clipboard operation
cdi copied to clipboard

closeIdleSessions behaviour related to session timeout is broken

Open Staryjir opened this issue 6 years ago • 0 comments

Hello I noticed that closeIdleSessions stopped working.

My environment - vaadin 7.7.14 closeIdleSessions - true set in web.xml heartbeat - 300s session timeout - 5 min for this test server - Wildfly 10

Under vaadin-cdi 1.0.5 the session will NOT timeout - it seems that heartbeat will keep session alive under vaadin-cdi 1.0.3 the session will timeout correctly.

Staryjir avatar Oct 25 '18 13:10 Staryjir