I want to split my apps to different servers, so that I can shut down one server without affecting the other apps on other servers. My problem: I like to share some user specific data between the different servers, like username, roles granted to this user and so on. In the actual system I all on one server and so I use sessions to store these data. But when I split the apps on different servers I don't have access to the session object of the other server (servlet context). I don't ONLY want to share data, I also want to have a session like behavior: e.g. recognizing the user who is calling me; timeout... (the user should only have to login once and have access to different apps, but there should be a timeout mechanism over all apps). How can I achieve this? Regards, Gernot ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
