Hello , I am new to jsp as well to wml too .. Problem is with Session variable . the page on which session variable are made , they are extracting on that page easily .... but on other pages ...they contain null values ...i am not able to get proper values .
function used to set and extract session values :
session.setAttribute("sessumobile", user1);
<p>Name : <%=session.getAttribute("sesspassword")%></p> respectively //used on next page .
please help me out ...
thanx in advance ...