Hi All, I have a question. I have an application deployed to production which makes significant use of ExternalPage.
For the purpose of Natural Search, I want clean URLs and have implemented a URL encoder as per the "Friendly URLs" document. Despite not using any persistent properties, it's become clear that cookie-less browsing (including Google's crawls) are being done so with a session creation and a jessionid appended to the URLs. At this point, I can't find what is causing the session creation to occur. Any thoughts on what could be doing this? It's a moderately complex page with a number of Spring Beans being injected, the external service and the service property tapestry.globals.WebRequest:serverName. I also have a couple of pretty simple custom components on the page. Does anything there stand out as possible sources of the problem? Any other suggested solutions? Thanks in advance! Danny --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]