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

Popular posts from this blog

xml - Extract substrings with XSLT -

math - "ELO Rating" and how does "TSR Rating" work? -

How can do a tuple comparison in coffeescript similar to that in python? -