From: Sinisa M. <si...@pr...> - 2005-10-27 13:57:31
|
Hi Lofi, Enhydra Director can't be used to replicate sessions between Enhydra instances. If sessionAffinity="false" (parameter of Tomcat connector - in our case Director Connector), Director will redirect requests based on round-robin algorithm. In than case, Director will not take care about sessions. If sessionAffinity=true, requests from the same session will be redirect to the same application server. But if one server will stop, requests from sessions which were stored on that server, will be redirected to the next app. server as a new sessions. Regards, Sinisa ----- Original Message ----- From: "Lofi Dewanto" <de...@gm...> To: <en...@ob...>; "OpenUSS - Developer List" <ope...@li...> Sent: Wednesday, October 26, 2005 10:38 AM Subject: [enhydra] Session Replication at Enhydra Director > Hi All, > > is there any possibility to replicate the web session > between all Enhydra instances with Enhydra Director (EE 6.3.x), > so that it is possible to set the sessionAffinity to "false"? > > So if one presentation layer is turned off it does not disturb > the users? Using sessionAffinity to "true" disturbs the users > since they have to login again... > > Thanks a lot! > -- > --------------------------------------------------- > Blasius Lofi Dewanto > --------------------------------------------------- > OpenUSS - Open University Support System > http://openuss.sourceforge.net > --------------------------------------------------- > E-Mail : de...@un... > --------------------------------------------------- > > > > ---------------------------------------------------------------------------- ---- > > -- > You receive this message as a subscriber of the en...@ob... mailing list. > To unsubscribe: mailto:enh...@ob... > For general help: mailto:sy...@ob...?subject=help > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws > |