In using the org.apache.struts.tiles.TilesPlugin in Struts 1.2.8, I am seeing the trace at the bottom while using a HttpSessionListener to see when sessions are created. This is pre-Tiles 2 I guess, but I am trying to remove all use of session until it is necessary (login) for SEO purposes.
Is there a way to turn off this use of session through settings? In Tiles 2, I noticed this fix http://issues.apache.org/struts/browse/TILES-207, but not sure if no session is possible pre-Tiles 2. If it were necessary, I could try to upgrade to Tiles 2, but I am hoping not to have to as I am not certain what would be involved or how it would work the same as it dose now with Struts 1.2.8, Velocity, and sslext. Anybody have ideas on all of this? The SEO problems from the unneeded sessionid are being quite harmful to our marketing. at javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:216) at org.apache.catalina.core.ApplicationHttpRequest.getSession(ApplicationHttpRequest.java:545) at org.apache.catalina.core.ApplicationHttpRequest.getSession(ApplicationHttpRequest.java:494) at org.apache.struts.util.SecureRequestUtils.reclaimRequestAttributes(SecureRequestUtils.java:381) at org.apache.struts.util.SecureRequestUtils.getRedirectString(SecureRequestUtils.java:449) at org.apache.struts.util.SecureRequestUtils.checkSsl(SecureRequestUtils.java:561) at org.apache.struts.action.SecureTilesRequestProcessor.processPreprocess(SecureTilesRequestProcessor.java:111) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:184) ----- JohnE http://jobbank.com/ jobbank.com -- View this message in context: http://www.nabble.com/Tiles-and-session-tp20220026p20220026.html Sent from the tiles users mailing list archive at Nabble.com.
