The following is the scenario:
Portal 1 We have intranet portal which is developed using ASP.NET and upon successful authentication a cookie(logged-in user) is created in the browser.
Portal 2 We have another portal(running on Apache tomcat) has to read the cookie(logged-in user) from the browser and display the welcome text
Initially the user access portal 1 after successful authentication the user access portal 2(by overwriting URL in the browser) which should read cookie from the browser and display the successful text. After the URL is overwritten in the browser with portal 2 we are unable to read the cookies.
Pls suggest possible solution.
Thanks vijay