5
Try two applications made in Java using Tomcat 6 and are in different contexts but one interacts with the other, by being integrated, I need one to be able to pass their session to the other context, or that contextA can set values in contextB.
Ex:
Contextoa. sessao.setAttribute("user", u);
Contectob. User u = (User)sessao.getAttribute("user");
OK thank you very much, brilliant the idea of replicating, I’ll give a good read at Doc, I was already thinking of doing "Gambi" rsrs. Vlw.
– Fabio Macedo