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

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -