We have recently introduced load balancing using JK and have been surprised to find that by default, all JSP pages create a user session.
Adding <%@ page session="false" %> seems to be the only way of disabling this. I assume this is because every JSP has access to the session object. Is there anyway to disabling this by default? Thanks Markus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
