I developed a very simple project, there is a jsp page and a servlet. 

In servlet: session.setAttribute("my","abc");

In jsp: String mystring = (String) session.getAttribute("my");

This project works perfect in one of my PC, but when I deployed it to another 
PC, "mystring" in jsp always gets a null from the session.

The tomcat version in both PC are exactly same.

Any help would be greatly appreciated! Thank you!

David




                
---------------------------------
 Yahoo! FareChase - Search multiple travel sites in one click.  

Reply via email to