Simplest for you would be to code up an implementation of
javax.servlet.http.HttpSessionAttributeListener, and add it your web.xml. You'll then
get a callback whenever an attribute is added, removed or replaced. From there you can do
what you want to analyze the attribute, current call stack, etc.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958815#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...