130131132133134135136137138139140
if (context.getSessionHandler() == null) { SessionHandler sessionHandler = new SessionHandler(); context.setSessionHandler(sessionHandler); if (context.isStarted()) { // restart the context context.stop(); context.start(); } } }
150151152153154155156157158159160
149150151152153154155156157158159
178179180181182183184185186187188
190191192193194195196197198199200
171172173174175176177178179180181
156157158159160161162163164165166
168169170171172173174175176177178
131132133134135136137138139140141