getting the session id?

how to get the session id in JSF?
[40 byte] By [Subrat.Ranjan.Raya] at [2007-11-27 8:14:31]
# 1
((HttpSession)FacesContext.getCurrentInstance().getExternalContext().getSession(false)).getId();
RahulSharnaa at 2007-7-12 19:59:07 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...