How the user session remains active between two application servers
Hi all,
I have two JSP pages in two different application servers (APP SERVER1-JSP1 and APP SERVER2-JSP2). I am invoking the JSP2 from JSP1 and I am working with JSP2, my requirement is that the user session should remains alive in APP SERVER1 while I am working with JSP2 of APP SERVER2 after thesession time out period. How can I resolve this requirement?

