Using cookies for application integration
We have a requirement from client to integrate PeopleSoft 9.1 (Tools 8.52) with a third party web based applications using cookies. The proposed design is as below:
1. User logs into PS page
2. Needs to lookup some data on the integrated system
3. Clicks a button in PS page that generates cookies
4. The cookies go the Third party application and checks for avaible data and send back the response in form cookies
I want to know the method that can be used to to this. Has anyone tried such integration? We had proposed messaging using IB, but that solution is not acceptable due to limitations of Third party application.