Accessing (session) Manager in servlet

2011-04-27 Thread Juriy Bura
Hello everybody! I need to access the Manager from the servlet (or filter) in Tomcat to load the custom session by custom session ID. Answering your next question: why do I need it. There's an old bug in Flash that causes it to send cookies from IE and not from the current browser. So, if I'm in

Call to dispatch in onTimeout

2010-11-20 Thread Juriy Bura
Hello guys, Could you please give some comments if the code below is legal from the Servlet 3.0 spec point of view? AsyncContext context = request.startAsync(); context.setTimeout(3000); context.addListener(new AsyncListener() { public void onComplete(AsyncEven