<script> let mySession = '<%= Session["SessionName"].ToString() %>'; //use your session ... console.log(mySession); alert(mySession); </script>
Daily micro-tips for C#, SQL, performance, and scalable backend engineering.
<script> let mySession = '<%= Session["SessionName"].ToString() %>'; //use your session ... console.log(mySession); alert(mySession); </script>