Good afternoon, all.
We're currently making the jump from one web server to two and in order to provide seamless failover to our users we need to do something about the session.
Currently, we're investigating three different methods.
- Make use of a state server
- Make use of SQL server
- Chuck everything into hidden fields
I, personally, would like to see option number one go into place as we don't have a dedicated database for option number two and option number three seems like a messy hack.
The problem I currently face is that my manager is not happy with the single point of failure provided by a state server (our SQL server is replicated, so no troubles there).
Is there something that can be done about replicating the state server or somesuch?
Thanks in advance, Matt