AmadeusITGroup / HttpSessionReplacer

Store JEE Servlet HttpSessions in Redis
MIT License
49 stars 33 forks source link

HttpSessionBindingListeners not called at session expiry #49

Closed nbogojevic closed 6 years ago

nbogojevic commented 6 years ago

Http session binding listeners are not called when session expires. The issue is in HttpSessionNotifier#sessionDestroyed method that is not checking if stored objects implement HttpSessionBindingListener - for each such object the notifier should call valueUnbound method.