I want to access a Session value in jquery method in the ASP.NET MVC view page. See the below code,
$(\'input[type=text],select,input[type=checkbox],input[ty
var getSessionValue = $('#sessionInput').val();