You may also use an authentication cookie to do the work. The cookie is basically a string so that you can pass around between different servers.
-Samuel. ----- Original Message ----- From: "Michael Weller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 23, 2001 4:09 AM Subject: Re: single sign on > hi, > a) have a third server (propably only a database server) running to keep the > session data > b) have a flag in the user's session to indicate which server served this > user last time he requested sth. > > hope this helps. > > -mw > > ----- Original Message ----- > From: "Ashutosh Bhardwaj" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, October 23, 2001 11:08 AM > Subject: Re: single sign on > > > > ok first consider this test scenario : > > > > On a single NT network i have two weblogic servers W1 > > & W2.These are not part of any clustered configuration > > but seprate application servers running on seprate > > machines.These application servers use default realm > > which is a file realm,which of course is seprate for > > two servers but is loaded with same data.they also use > > two diffrent databases which have same structure and > > data, and form-login as authentication > > mechanism.Now,if a user has logged in application > > server W1 and is accessing the application ,at some > > point,say on clicking a link ,i want to redirect him > > to a secure resource on W2,without actually to login > > again.i.e the whole control moves from W1 to W2.How to > > do this? > > > > > > --- "Chown, Richard (EDS)" <[EMAIL PROTECTED]> wrote: > > > Are you talking about NT domains? If so then as long > > > as there is a trust > > > between the domains and as long as the user has been > > > given priveleges on the > > > second app server either explicitly or through group > > > membership, then the > > > user should not need to sign on twice. > > > > > > Rgds > > > > > > -----Original Message----- > > > From: Ashutosh Bhardwaj [mailto:[EMAIL PROTECTED]] > > > Sent: 23 October 2001 06:53 > > > To: [EMAIL PROTECTED] > > > Subject: single sign on > > > > > > > > > i have a web application running with user > > > authentication being done.i want to transfer the > > > control from one app server to another app server > > > running on diffrent domain,without the user actually > > > refilling the log in credintials.Login creditials > > > like > > > userid,password valid in this domain are valid in > > > redirected domain too.Can this be done? > > > > > > __________________________________________________ > > > Do You Yahoo!? > > > Make a great connection at Yahoo! Personals. > > > http://personals.yahoo.com > > > > > > > > > ___________________________________________________________________________ > > > 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 > > > > > > > > > ___________________________________________________________________________ > > > 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 > > > > > > > > > __________________________________________________ > > Do You Yahoo!? > > Make a great connection at Yahoo! Personals. > > http://personals.yahoo.com > > > > > ___________________________________________________________________________ > > 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 > > > > ___________________________________________________________________________ > 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 > ___________________________________________________________________________ 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
