Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
セッションがどのように終了したかを知る方法はありますか。つまり、session.abandon、タイムアウト、またはユーザーがウィンドウを閉じたなどです。データベースに記録する必要があります。
javascriptでセッション値を確認できます。
<script type="text/javascript"> var = '<%=Session["session_value"]%>'; </script>