Hi, if security matters and you have time to learn something new, you need Single Sign On such as CAS : http://www.jasig.org/cas (easy to setup when deploying in Tomcat) If not you could implement something like this :
- app1 generate a link to app2 with a token in it - app2 verify if the token is there and call a DA on app1 to ask if it's a valid token Cheers, Alex 2012/3/1 Raghavender Bokka <[email protected]> > Hi folks, > > I have two WO apps, both are running using the same user database, and for > each app, the user authenticates against that user database before they're > let into the app. The userID and the Password are stored in the database > table (without encrypted). > > Now I have added a link in the app1 that should allow the user to navigate > to the app2 using the same login credentials (without the user entering the > userID and Password for the app2). > > Please advise how this can be achieved or advise how the login credentials > are added to the URL so that the user is navigated to the app2 without > entering the login credentials. > > Thanks in advance for any help. > > Rahu > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > > https://lists.apple.com/mailman/options/webobjects-dev/alexis.tual%40gmail.com > > This email sent to [email protected] > >
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
