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#4216272

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4216272
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to