You should look into the documentation of your load balancer to see
how you can enable sticky sessions. If you've already done that and
the load balancer requires jsessionid rather than using it's own
sticky session method, it looks like documentation for using
jsessionid with Jetty is here:
http://wiki.eclipse.org/Jetty/Howto/SessionIds

Michael Della Bitta

------------------------------------------------
Appinions
18 East 41st Street, 2nd Floor
New York, NY 10017-6271

www.appinions.com

Where Influence Isn’t a Game


On Wed, Apr 24, 2013 at 6:36 PM, gpssolr2020 <psgoms...@gmail.com> wrote:
> Hi,
>
> We are using jetty as a container for solr 3.6. We have two slave servers to
> serve queries for the user request and queries distributed to any one slave
> through load balancer.
>
> When one user send a first search request say its going to slave1 and when
> that user queries again we want to send the query to the same server with
> the help of Jsessionid.
>
> how to achieve this? How to get that Jsessionid with solr search results?
> Please provide your suggestions.
>
> Thanks.
>
>
>
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/how-to-get-display-Jessionid-with-solr-results-tp4058751.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to