Is there a way to access the HttpSession object of a different web application which is running on the same server?
Created May 7, 2012
Christopher Schultz Not really. You can always set up a JMS or java.net.Socket or even email gateway between applications, but there's no method call like this:
getApplication("other_application").getSessions().getSession(sess_id);