I am trying to have two webapps such as WebApp1 and WebApp2.
- I am setting one cookie in WebApp1 in the HttpResponse.
- How to read the same cookie from HttpRequest at WebApp2?
I know it sounds weired b'coz cookies are specific to websites, we cant access it from different webapp. But i heard of CROSS-DOMAIN cookies which can be shared across multiple webapps.How to implement this requirement using CROSS-DOMAIN cookies.
Please post your suggestions on this....
Note: I am trying this at J2ee webapps