我想在浏览器关闭事件或<%= session.getMaxInactiveInterval() %>
窗口事件上设置beforeunload
。
$(window).bind('unload', function(eventObject) {
<%= session.getMaxInactiveInterval() %>
});
答案 0 :(得分:0)
您可以使用代码创建一个名为getMaxInactiveInterval.jsp的JSP:
<%= session.getMaxInactiveInterval() %>
并向此jsp发送请求:http://sample.com/getMaxInactiveInterval.jsp