Hello Friends, I am using a cross context mode in my web application. Suppose there are 3 web conext A , B, C. They will access another web application D through cross context forwarding. Now I want to know while forwarding a request from A to D , whether session will go from A to D or a new session will be created under D.
Also I want to know how many active session I can create under a web application/context in tomcat?? I am using tomcat 6.x and java 6. Thanks, Ghosh