Is possible to access an HttpSession with its ID from another session ?

2000-11-29 Thread Ismael Blesa Part
Is possible to access an HttpSession with its ID from another session ? I have an application and I need to pass some information from one session to another. Then I send the sessionID to a JSP where I want to get access to the two sessions, the created session and the session associated with the

is it possible to have errorPages on included jsps?

2000-10-05 Thread Ismael Blesa Part
I have a jsp with a defined errorPage that includes several jsps, could the included jsp define the errorPage to use? On Tomcat 3.2B4 I get an error with this, but on Orion Server it does not complain about this? Is it correct to have errorPages on included jsps? Thanks

ErrorPage on Include JSPs does not work!!

2000-09-06 Thread Ismael Blesa Part
I have a JSP A that includes a JSP B both with the errorPage set to receive all the errors. When the exception is throwen in B I get a page with some content from JSP A and the following exception : java.lang.IllegalStateException: Cannot forward as OutputStream or Writer has already been