This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Can remove all conversations from session attribute "org.jboss.seam.CONVERSATION.."swd847 Aug 27, 2009 1:15 PM (in response to gus888)Manager.instance().killAllOtherConversations(); Then just end the current conversation normally. 
- 
        2. Re: Can remove all conversations from session attribute "org.jboss.seam.CONVERSATION.."gus888 Aug 28, 2009 1:44 AM (in response to gus888)Hi Stuart,
 Thanks a lot for your advice. But when I run it, I still found that many conversation existed in the session and stayed a long time (maybe waiting for timeout), as follows:
 org.jboss.seam.CONVERSATION#4$staffHome; ====: 2 KB
 org.jboss.seam.CONVERSATION#4$entityManager; ====: 233 Bytes
 org.jboss.seam.CONVERSATION#8$contextPath; ====: 10 Bytes
 org.jboss.seam.CONVERSATION#6$org.jboss.seam.international.statusMessages; ====: 241 Bytes
 I want to immediately clear these conversations once I run Manager.instance().killAllOtherConversations(); Is it possible?
 Thanks you,
 Sheng
 
    