My problem Actually I have created a JSP file which is used to do some special functionality I am trying to set some attributes in session for some specific requirement. But this mail framework does not support session.setAttribute("x",OBJ)
while I am getting this attribute with session.getAttribute("x") its return null. Why so?
Kindly reply me.... |