Hello,
I was wondering how I can receive session start events in a container manager bean. I know I can create a class that implements
and add that class to my web.xml:Code:javax.servlet.http.HttpSessionListener
But is there a "Spring" way to do this? Then I can use container features on my Init class as well.Code:<listener><listener-class>pb.session.Init</listener-class></listener>
Many thanks,
James


Reply With Quote