Versions being
used: Tomcat 4.0.6, Cocoon 2.1.3, Sun JDK 1.4.2_02,
Linux Gentoo 1.4
Our basic problem is
that our application, which is run on Tomcat (just a collection of .jsp files
mostly) calls Cocoon (via a call to http://ipaddress:8888/reportx.pdf)
to generate .pdf reports. But once that happens, the session information is
lost. Specifically, you still have a session, but with a different session id
than before (and all of the previously saved information is
gone).
So it appears the
the session is now overridden by Cocoon. So is there a way to configure Cocoon
to not do so?
We also tried
running Cocoon under a separate JVM but got the same results. You must refresh
the app at this point because it no lost all information stored about
itself.
Thanks,
Jay
