I am using form based Datasource Realm for authentication and authorization. Also need to consider clustering/loadbalancing of web server (in this case Tomcat). In docs it is written for Realm as follows
"Once a user has been authenticated, the user (and his or her associated roles) are cached within Tomcat for the duration of the user's login. .... The cached user is not saved and restored across sessions serialisations." I am worried about last line - whether it means that it does not support loadbalance techniques ? So if next request from user (who is logged in previously) goes to another server, then user needs to login again? What is the solution for this? Thanks in advance, regards Manisha __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
