I'm a beginner in jQuery.
I want to set the values in an HTML page and I have to get them in another HTML page.
Here is the piece of code I am trying now:
To set the value in session:
$.session.set(userName, $("#uname").val());
To get the value from session:
$.session.get('userName');