Clustering losing session
I have been trying to get clustering going but sessions never work. In a virtual machine, I have CF11 Enterprise on Windows installed. The VM was copied from a staging environment that was previously setup following the common "CF Lockdown Guide", but I don't believe we're having an issue there.
I have stripped the VM down to the basics and reverted many "lockdown" changes. The CF services are setup to run as an administrator. I have two websites in IIS - one basic index.cfm site that dumps instance name, and a full site that is dumping instance name, alongside having a login and much functionality. Three instances are setup in CF Admin - cfusion, Instance1, and Instance2. Instance1 and Instance2 are both part of a cluster, Cluster1.
I have tried all combinations of "sticky sessions" and "session replication", reinstalling the CF Connectors (tried both globally and per-site) and Handler Mappings each setting update. Services were restarted after each change, as necessary.
I have also tried moving the "Cluster" node in each Instance's server.xml to be contained within the Host node, but it did nothing.
Neither Sticky Sessions or Session Replication seem to work. Each requests goes to the next instance (set as 1/1 load balancing factor). Session replication doesn't work as I can never login. Sticky sessions never work as each subsequent request hits the next instance, apparently invalidating the login request. I can make other updates to the load balancing, such as changing the factor to 5/1 and having Instance1 take 5 requests for every 1 of Instance2, but session ID's and replication do not appear to be working.
My first attempt at this was on CF10. It had the exact same problem (with a difference being that Session Replication isn't a check-able option in CF Admin).
Does anyone have any other ideas of what to try? There isn't much on Google, and I've already seen all pages/forum posts that seem to apply to my issue.
