Re: Accessing (session) Manager in servlet

2011-04-28 Thread Konstantin Kolinko
2011/4/28 Juriy Bura : > I'd appreciate any other hint how to access Manager from context a) use JMX, like the Tomcat Manager web application does b) implement a Valve that does whatever you want. Valves have access to Tomcat classes. c) (hacky) Thread.getContextClassLoader() and follow some lin

Re: Accessing (session) Manager in servlet

2011-04-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Juriy, On 4/27/2011 4:08 PM, Juriy Bura wrote: > I need to access the Manager from the servlet (or filter) in Tomcat to load > the custom session by custom session ID. Wait, what? > Answering your next question: why do I need it. There's an old bug

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