setAttribute not working on Apache tomcat server
843840Apr 14 2009 — edited Apr 14 2009Hello all gurus: I have a jsp application that I have developed using Oracle JDeveloper IDE. It uses session.setAttribute to save information during page navigations. It works fine when I run it within internal JDeveloper server, but when I deploy the war file under tomcat, it does not work. What could be the issue?
What is the best practice to maintain session variables in JSP applications?
Thanks in advance
Manish