session-replication

FOSS ASP.Net Session Replication Solution?

I've been searching (with little success) for a free/opensource session clustering and replication solution for asp.net. I've run across the usual suspects (indexus sharedcache, memcached), however, each has some limitations. Indexus - Very immature, stubbed session interface implementation. Its otherwise a great caching solution, th...

ColdFusion Session Replication Across Physical Servers

Can I get details for session replication across physical servers with Coldfusion 8? ...

JBossCacheService: exception occurred in cache put error occurred after changing cache mode to REPL_SYNC

Hi, we have a horizontal cluster set up on JBoss 4.2. The session replication worked fine until we changed cache mode from REPL_ASYNC to REPL_SYNC to fix a issue. We started to see warning for some session failovers: [org.jboss.web.tomcat.service.session.InstantSnapshotManager.ROOT] Failed to replicate session java.lang.RuntimeException...

Force session replication in Tomcat 5.5

I am runnig a web application on tomcat 5.5. How can I force dump of a session into disk on each request on each interval of time ...