Re: Prevent JSP Session

2010-05-19 Thread Bill Au
I an actually facing the same situation. Is it possible to disable JSP sessions once and for all with a configuration setting? Adding the page directive to disable session to each JSP should work but I am afraid that our developers will not always remember to do so. Bill On Wed, May 19, 2010 at

RE: Prevent JSP Session

2010-05-19 Thread Brett Birschbach
Always happens...as soon as I ask the question, I figure out the answer. The problem is I am running tags to import some JSPs, and those imported JSPs do not have the <%@ page session="false" %> directive. If I add the directive to those JSPs, I'm golden. -- Brett Birschbach HS2 Solutions, In