I\'m not able to access the variable in my .js file
the code i have at the top of the page is:
Just use:
var privilage = '<%=Session["privilage"]%>';
or try:
alert(privilage);
It will display your Session value