How to close the session while browser close in asp.net
There is no direct event to call the while browser close or
tab closed, but we can achieve this functionality by using the javascript call
.
Step 1: - Use this code in the master page screen
<script language="javascript" type="text/javascript">
//<![CDATA[</span
/>
var clicked = false;
function...