RE: HTTP connection and multiple servers...

Hi Naresh (and all).

>I think it is possible to achieve. If you use Apache JServ for
>example, your client will be assigned a session ID. This session will
>be associated to the box that first served it, so incoming requests
>with this session ID (a cookie in fact) will be served by the
>original box.

Hmm - I don't think you need cookies at all, if you maintain session
information on the server(s) then it it is possible to specify which box
deals with whatever comms come your way. The following is the key point :

>IMHO the aswer to your question depends on the architecture you rely
>on.

If you could supply details of the architecture you are using, a more
specific answer might be forthcoming ;-)

Cheers,
Danny.

Received on Thursday, 16 August 2001 04:15:42 UTC