Dear Developers,
I have an aspx page which is returns a variable in a session for example: Session("EmpDis")
which displays name. Now i want to extract that value from the session and display in my JSP page.
The Data Exchange is being done Using the Session Object .
Also let me know how the session variables can be passed from one JSP to another.
Once i get this value i will pass this value to an RFC which will give me certain detials
Please do help me how do i extract that value from the session and display in my JSP page.
Thanks and Regards,
Soumyadeep.
Full points will be given, thanks in advance