奇怪的session混亂問題
伺服器:jboss4.2
問題:偶爾兩個帳號在兩臺不同的機器上,a帳戶獲取了b帳號的session值
public ActionForward loadDialogList4Inbox(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)throws Exception{
MailService service = (MailService)this.getBean("mailService");
List labels = (List)request.getSession().getAttribute("labels");
if(labels == null){
labels = service.loadLabelWithTotal(this.getUserId());
request.getSession().setAttribute("labels",labels);
}
return mapping.findForward("dialogList");
}
相關文章
- 關於session的奇怪問題Session
- 記一次ThreadLocal中的使用者資訊混亂問題thread
- 企業雲盤幫你解決資料線上編輯混亂問題
- 關於SESSION中出現的奇怪的問題!高手進~~Session
- 計一次Win32 api程式顯示混亂問題的除錯經歷Win32API除錯
- 奇怪的漢諾塔 - 題解
- Google 面試題 | 奇怪的印表機Go面試題
- itoa函式的奇怪問題函式
- 遇到mysql的奇怪問題了MySql
- MySQL複製的奇怪問題MySql
- jsp中的奇怪問題JS
- linux系統 重啟碟符錯亂問題Linux
- 使用strace分析exp的奇怪問題
- [求助] start with connect by 奇怪的問題
- 一個奇怪的Java集合問題Java
- 一個奇怪的Golden Gate的問題Go
- jive安裝奇怪問題!!!!!!!!
- JavaScript 中的一些奇怪問題JavaScript
- 奇怪的登入問題及解決
- session的存取問題Session
- linux系統 重啟磁碟機代號錯亂問題Linux
- java中的易混問題收集(轉)Java
- [20211214]檢視檢視V$ACTIVE_SESSION_HISTORY遇到奇怪問題.txtSession
- 兩個看似奇怪的MySQL語句問題MySql
- 遇到一個git branch很奇怪的問題Git
- 在自定義View時碰到的奇怪問題View
- sunos 5.9 + oracle 9207 的奇怪問題Oracle
- 奇怪的建表,oracle就hang了的問題Oracle
- PHP的session,session檔案,及其過期的問題PHPSession
- NIO的奇怪事件 非常奇怪! 救救我!_!事件
- 奇怪的GCDGC
- 奇怪的“物件”物件
- 關於session的問題Session
- Hibernate的session問題Session
- Session的過期問題Session
- 關於我寫的工廠模式的奇怪問題??模式
- 一次奇怪的StackOverflowError問題查詢之旅Error
- 尤拉計劃463題:奇怪的遞迴關係遞迴