Skip to main content
Known Participant
September 11, 2008
Question

web farms

  • September 11, 2008
  • 1 reply
  • 285 views
Anyone know?
    This topic has been closed for replies.

    1 reply

    Inspiring
    September 11, 2008
    Hi,

    The standard edition doesn't manage sessions over multiple server instances.
    http://www.adobe.com/products/coldfusion/editions/

    Using that version you need to ensure in the Load Balancer that customers are kept on the same server for the duration of their session. Keyword Persistence or Sticky Session ( http://en.wikipedia.org/wiki/Load_balancing_(computing)

    cheers,
    fober