RE: JSPs forcing session ID to be created?

2006-06-25 Thread Michael Rimov
> Try adding something like > <%@ page session="false" %> > to your JSP. > Ugh, yup! That did it -- Been programming Servlets/JSP since about '98 and never knew that. :) Thank you very much! -Mike ---

JSPs forcing session ID to be created?

2006-06-25 Thread Michael Rimov
Environment: Tomcat 5.5.17 using http connector, Servlet API 2.4. Hi All, I'm not sure where to go from here, so I'm going to assume it's a Catalina issue and go from there. I was working on a front controller that wouldn't instantiate a session unless absolutely necessary - (for scalability re

RE: Template tool

2006-06-14 Thread Michael Rimov
> does it can handle templates from String or has to be templates on > file Nope, will work with a file. Be aware of XSS (Cross Site Scripting) when dealing with velocity, but that's about the only caveat. Here's the hello world example: http://jakarta.apache.org/velocity/docs/user-gu