I would like to quickly output the current session id on a .jsp page for debugging purposes.
Is this possible? Does anyone have a JSP snippet that does this?
Thanks very much!
Edit: I found what I was looking for:
<c:out value="${pageContext.session.id}"/>