Re: Is possible to access an HttpSession with its ID from anothersession ?

2000-11-30 Thread Peter Pilgrim
Yep Have a look at the SessionListServlet? in the "Instant Java Servlets" book (unfortunately the Servlets are 2.0 and the JSP is 1.0 but it's still a good book with loads of code). It maintains a list of session in separate hashtable class, and uses the HttpSessionBindingListerner etc. --

Re: Is possible to access an HttpSession with its ID from anothersession ?

2000-11-29 Thread Craig R. McClanahan
"Duffey, Kevin" wrote: Not any more. Servlet 2.1 deprecated that ability. I don't know if Servlet 2.2 removed it..but due to security risks, they removed the ability (deprecated it) so that one session couldn't gain access to another. It is still deprecated, but not removed so that binary