Status: Accepted Owner: vladimir.ralev CC: jean.deruelle Labels: Type-Defect Priority-Medium Component-Sip-Servlets
New issue 645 by vladimir.ralev: Can not enumerate SIP sessions from HTTP session (in the same app session)
http://code.google.com/p/mobicents/issues/detail?id=645 What steps will reproduce the problem? 1.In the HTTP servlet create a SIP request 2.Make antoher HTTp request to the same HTTP session 3.Do appSession.getSession("sip") What is the expected output? What do you see instead? I expet the SIp session to be there. Please use labels and text to provide additional information. The threadlocal storage is never persisted. The thread local storage must be re-created with every new request - it is not the same thread that serves all http requests in a session. There is probably a pool, which can cause further confusion. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
