You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: