force session

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@405483 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gregory John Wilkins 2006-05-09 17:40:51 +00:00
parent fedc03939c
commit cb97916c98
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ public class MessageListenerServlet extends MessageServletSupport {
}
protected Map getConsumerIdMap(HttpServletRequest request) {
HttpSession session = request.getSession();
HttpSession session = request.getSession(true);
Map map = (Map) session.getAttribute("mls.consumerIdMap");
if (map == null) {
map = new HashMap();