]
Ingo Weiss updated WFLY-12939:
------------------------------
Labels: downstream_dependency (was: )
Local scheduler should trigger expiration *after* distributed web
session/SFSB has expired.
-------------------------------------------------------------------------------------------
Key: WFLY-12939
URL:
https://issues.redhat.com/browse/WFLY-12939
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 18.0.1.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Priority: Major
Labels: downstream_dependency
Fix For: 19.0.0.Beta1, 19.0.0.Final
The expiration scheduler schedules a task to expire a web sesssion/SFSB using the last
modified time + the max inactive interval (or @StatefulTimeout). However, technically, the
session/bean is not expired until after this time. This off-by-one bug can cause the
expiration task to determine that the session is not yet expired and thus can result in
delayed expiration of a session.