Based on the forum in which you asked this, I assume you are asking for the servlet's
session id. Use this:
String seessionId = request.getSession(true).getId();
If this is not what you are asking for, please define "session id of JBoss".
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216272#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...