FYI, that 'configuration switch' isn't available on the DeltaManager that comes with Tomcat... We had to modify the DeltaManager and created this setting for our own use. If there is a significant enough demand, I would be willing to post our changes - so that others can benefit from them, but you'll need to wait until we finish testing and iron out any bugs we find.
-- Robin D. Wilson Director of Web Development KingsIsle Entertainment, Inc. CELL: 512-426-3929 DESK: 512-623-5913 www.KingsIsle.com -----Original Message----- From: Kalle Korhonen [mailto:kalle.o.korho...@gmail.com] Sent: Wednesday, January 13, 2010 2:48 PM To: Tapestry users Subject: Re: I'd like to have a page with no session for unauthenticated users, and with a session when the user is authenticated On Wed, Jan 13, 2010 at 12:38 PM, Robin D. Wilson <rwils...@gmail.com> wrote: > In the interim, we've opted for a different solution. We've modified the > DeltaManager for Tomcat (clustering manager) to not create > sessions that are of short durations (we created a configuration switch for > "sessionReplicationDurationThreshold"). If the session > TTL is shorter than the threshold, it won't be replicated to the other > members of the cluster. Moreover, DeltaManager kills it off > for us if it's already expired. So that essentially solved the problem for us. This is very handy tip, thanks Robin. Kalle --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org