I have two web applications A and B(both will have http sessions).
When I try to call a servlet at B from a java class in A, session at app B is not retrieved. I tried with Spring RestTemplate and Apache HttpClient, session is coming as null.
Any help would be appreciated.
Thanks