Here is my code. jquery.session.js file is also loaded I could not get where is the problem. Can you Please tell me the solution.
$.session.set('rmng_time', remaining_seconds);
alert("j session "+$.session.get('rmng_time'));
this code gives an error in console TypeError: $.session is undefined
sessionStorage.setItem('rmng_time', remaining_seconds);