Hello, I've got a problem tracking sessions from Tomcat 4.1.12/Apache 2.0.40.
I can do all of the regular session stuff within Tomcat, but when I include a tomcat page in a static html page, sessions are not persisted. I'm using mod_jk2 to connect the two... ex: <!--#include virtual="/tcapp/servlet/myServlet" --> I get the output from myServlet, but every pass of the session.isNew() method returns true. The sessions don't persist even if I include two servlets from the same .shtml page. This can't be right... Is there a setting I'm missing? Thanks in advance, Matt -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
