On Jan 17, 2007, at 6:36 PM, Doran, Michael D wrote:
So to scale, you would either have to *manage* the session state on the Lucene/Solr side of things so that each user kept the same session rather than generating a new session with each search
It's worth noting that if you ever try to do this, you do need to be very careful about reusing sessions, as Voyager stores a bunch of request-level state in the session. So, if you don't use a session for an *entire* series of requests, you'll have Weird Bugs. -n
