I have one jsp file where I want to assign a value in the session and also I want to fetch the value in the other jsp file using Javascript. How to do that? Thanks in Advance.
I want to set the session value in one jsp file and get it in other jsp file using javascript.