Sorry,
I misunderstood the concept of s HttpSessionBindingListener completely I guess.
The object which is bound / unbound to the HttpSession has to
implement the listener...
Sometimes reading really helps ;)
Cheers
Gregor
--
what's puzzlin' you, is the nature of my game
gpgp-fp: 79A84FA52680
Hi guys,
I'm having a problem getting my HttpSessionBindingListener to work.
The listener gets initialized (System.out in the constructor of the
listener), however, neither valueBound nor valueUnbound gets called.
In my application, the code where I'm storing an attribute to the
session is this