本文介绍了ie8中的Ajax无法正确响应的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在用Apache struts开发一个应用程序.我已经使用ajax在单个用户主页上显示不同的表单.在每次注销时,我都已使用session.removeAttribute()方法清除了会话,但是在ie8中运行该会话时,该会话未清除,并且在应用程序的不同用户之间共享.

预先表示感谢.

I am developing an application in Apache struts. I have used ajax to display different forms on single user homepage. On every logout i have cleared session with session.removeAttribute() method but when running it in ie8 the session doesn''t get cleared and it gets shared among different users of application.

Thanks in advance.

推荐答案



这篇关于ie8中的Ajax无法正确响应的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-31 10:39