锘??xml version="1.0" encoding="utf-8" standalone="yes"?>
(function ($, undefined) {
var defaults = {
'type': 'GET',
'url': '',
'data': {},
'timeout': 60 * 1000 ,// 60縐掕秴鏃訛紝閫氬父浣犵殑鏈嶅姟鍣ㄧ闂撮殧瑕佺煭浜庤繖涓椂闂?/span>
'xhrFields': {
'withCredentials': true // 搴斿璺ㄥ煙鐨勬儏鍐?/span>
}
}
// options 淇濇寔鍜?nbsp;$.ajax 鐨刟pi涓鑷?/span>
$.poll = function (options, fn) {
function onMessage (data) {
alert("onMessage");
fn(data)
$.poll(options,fn)
}
function onError () {
alert("onError");
// 濡傛灉閬囧埌閿欒錛屽氨涓ょ鍚庨噸璇?/span>
setTimeout(function(){
$.poll(options, fn)
}, 2000)
}
$.ajax(options)
.done(onMessage).fail(onError)
}
})(jQuery)
// // 浣跨敤鏂規(guī)硶錛?/span>
// $.poll({'url': '/server'}, function (data) {
// process(data)
// })
</script>
]]>
嫻嬭瘯浠g爜錛?/span>
pasting
@RequestMapping(value ={"index.html"})
public String index2(HttpServletRequest request,ModelMap model) {
String remoteIp = UserAddrUtils.getRemoteIp(request);
HttpSession oldSession = request.getSession(false);
HttpSession newSession = request.getSession();
String oldSessionId = (null==oldSession)?"null":oldSession.getId();
String newSessionId = (null==newSession)?"null":newSession.getId();
System.out.println(" oldSessiondId:"+oldSessionId);
System.out.println(" newSessionId:"+newSessionId);
model.addAttribute("oldSessiondId",oldSessionId);
model.addAttribute("newSessionId",newSessionId);
model.addAttribute("remoteIp",remoteIp);
logger.log(Level.INFO,"index.html remoteIp:"+remoteIp);
return "index";
}
嫻嬭瘯緇撴灉錛?/span>
鎿嶄綔姝ラ | oldSessiondId | newSessionId |
鍚姩涓涓?/span>IE錛屾墦寮url | null | 85731566EA8FBE5C14E5C339F9C77439 |
F5鍒鋒柊 | 85731566EA8FBE5C14E5C339F9C77439 | 85731566EA8FBE5C14E5C339F9C77439 |
鏂板緩鏍囩錛屾墦寮url | 85731566EA8FBE5C14E5C339F9C77439 | 85731566EA8FBE5C14E5C339F9C77439 |
鍏抽棴鎵鏈夌殑IE錛屽惎鍔ㄤ竴涓?/span>IE錛屾墦寮URL | null | E122FD375611B2CBEB734B6FAFA3FA2F |
鍚姩涓涓?/span>chrome錛屾墦寮URL | null | D180295DFAED11C2639EBD9D897BCEF1 |
鏂板緩涓涓?/span>chrome錛屾墦寮URL | D180295DFAED11C2639EBD9D897BCEF1 | D180295DFAED11C2639EBD9D897BCEF1 |
鍏抽棴鎵鏈夌殑chrome錛屽惎鍔ㄤ竴涓?/span>chrome錛屾墦寮url | null | A433F39D84685FF1E10BE194F834B535 |
嫻嬭瘯緇撹錛?/span>
鎵撳紑涓縐嶆祻瑙堝櫒錛岃闂?/span>url錛屾湇鍔$寤虹珛涓涓?/span>SESSION錛岀洿鍒拌縐嶆祻瑙堝櫒鎵鍚姩鐨勫叏閮ㄨ繘紼嬮兘鍏抽棴鎺夛紝璇?/span>SESSION鎵嶉噴鏀撅紝鐒跺悗
鍐嶆墦寮嫻忚鍣紝璁塊棶鎵鍒嗛厤鐨?/span>SESSION鏄竴涓柊鐨?/span>SESSION銆?/span>