Re: How do two struts applications talk to each other

2006-01-04 Thread Li
you need to create an adaptor at both side (I meant a block of codes), say at PHP site side: there is a set of PHP codes that will check tokens passed from struts application session. For example, when user login to your struts application, you assign an paramter "auth_id" which is "x", it

How do two struts applications talk to each other

2006-01-04 Thread Meenakshi Singh
Hi, I think I didn't explain the problem properly. We have developed a struts based app, say, A. Now we have a client site X. Depending on some logic, we need to go to the client site x from our application A. In the Client site x, we have a link which should enable the login to our application A.