Session not retrieved when using Spring RestTemplate or Apache HttpClient -
i have 2 web applications , b(both have http sessions).
when try call servlet @ b java class in a, session @ app b not retrieved. tried spring resttemplate , apache httpclient, session coming null.
any appreciated.
thanks
each web application maintains own copy of servletcontext , session objects, in opinion, not able use http sessions across web applications though have deployed them under same server.
Comments
Post a Comment