296297298299300301302303304305306
id = getNewSession(); session = (SimpleSession)activeSessions.get(id); } // This session is still active... session.touch(); // Store it away in the MessageContext. context.setSession(session); context.setProperty(SESSION_ID, id); }
277278279280281282283284285286287
297298299300301302303304305306307
294295296297298299300301302303304
295296297298299300301302303304305
256257258259260261262263264265266
273274275276277278279280281282283
275276277278279280281282283284285