As someone who does a lot of SEO work, I'd be a big fan of that - although clearly it'd be best to make sure the documentation spells that out (so that a novice understands the associated trade-offs).
I'd venture to guess that there are a lot of T5 users who spend time trying to do things (as Josh suggested) to prevent the need for sessions to be created. However, I for one have found myself in the boat on more than one occasion of having to spend a bit of time trying to find out why sessions were being created only to find that a couple of nested components deep, someone had placed a persist annotation without understanding the full implications. On Wed, Mar 5, 2008 at 1:46 PM, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: > Tapestry could add an option to NOT encode the session id into URLs, > with the caveat that clients with cookies disabled would see degraded > or non-functional behavior. Anyway, it's one of the advantages of > having all URLs generated through a single piece of code. > > On Wed, Mar 5, 2008 at 11:42 AM, Filip S. Adamsen <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I've been running a production application with a servlet filter that > > strips the jsessionid for a couple of weeks now and everything's been > > fine so far. > > > > -Filip > > > > Daniel Leffel skrev: > > > > > > > Hi, > > > We're in the process of developing a webapp using T5. The site > leverages > > > session persistence on many pages, including a number of pages > important for > > > the natural search content. It seems to us that levering a filter to > strip > > > the jessionid from non-cookie enabled user agents would be an > effective way > > > to keep jsessionids from popping up in the url. Other than insuring > all > > > pages gracefully handle sessions which are effectively stateless > (from > > > non-cookied enabled user agents), are there any other concerns we > should be > > > thinking about? > > > > > > Danny > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > Howard M. Lewis Ship > > Creator Apache Tapestry and Apache HiveMind > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >