Results 1 to 2 of 2

Thread: HTTP invoker and sticky session

  1. #1
    Join Date
    Sep 2005
    Posts
    21

    Default HTTP invoker and sticky session

    I have bunch of web servers exposing some funcitonality for remote clients via Spring Remoting(the default, HTTP invoker kind). They are behind a hardware load balancer. Everything works great.

    Now, I have a requirement to see if I can provide session affinity of sort, so the subsequent requests will be processed by the same box which served the "first" request.

    What are my options?

    TIA

  2. #2
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    Why do you need sticky sessions with web services? You should try to leverage your client-side to store its own session state, so you get better horizontal scalability on the cluster. Usually your hardware load balancer - like a Cisco Load Director - can support sticky sessions for you.
    Ben Alex
    Project Founder, Spring UAA, Spring Roo and Spring Security

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •