Hello,
i hav created one .war file which is currently running on tomcat successfully.
but when i m going to deploy the same .war file on the another pc it is giving me following error
int id = (Integer)session.getAttribute("id");
it is giving me error only when i m retrieving attributes from session.
how to solve this problem ?:confused:

