[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Session id JBOSS

PeterJ do-not-reply at jboss.com
Mon Mar 9 12:15:22 EDT 2009


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



More information about the jboss-user mailing list