ok, i found a solution. not very elegant, but it works.

  | @Name("jsessionId")
  | public class SessionIdHelper {
  | 
  |     @Override
  |     public String toString() {
  |             return 
((HttpServletRequest)FacesContext.getCurrentInstance().getExternalContext().getRequest()).getSession().getId();
 
  |     }
  | 
  | }
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032875#4032875

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

Reply via email to