How to get value in the session in JQuery

mrmcq

New Member
Im a beginner in Jquery. i want to set the values in a 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:\[code\] $.session.set(userName, $("#uname").val());\[/code\]to get the value from session:\[code\]$.session.get('userName');\[/code\]
 
Back
Top