-------------------------------------------
String myName="Neelmani";
pageContext.putSessionValue("Name",myName);//Set The Value to Session
String myName=(String)pageContext.getSessionValue("Name"); //get The Value from Session