All I am developing a web application using Tomcat 6.X and My Eclipse. When I make some changes to existing java files (Java Class, SERVLETS, Filter), I have to redistribute it to the tomcat server. but when I redeploy the application,
an existing session becomes null.
Is there a way to keep an existing session between redeployments from MY ECLISPE.
source share