CDV ❯ Cleanup use of Hashtable underneath clustered sessions
-
Bug
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
-
-
teck
-
Reporter: teck
-
February 11, 2009
-
0
-
Watchers: 1
-
July 27, 2012
-
January 28, 2010
Description
Since we decided to not fix CDV-1078, this item is to make sure that Sessions still gets fixed to the point where it doesn’t suffer from lock holding issues as sessions are faulted.
The solution might be using ConcurrentStringMap underneath sessions, but that is not necessarily mandated. Fixing the issue is mandated :-)
Comments
Fiona OShea 2010-01-18
Tim Eck 2010-01-28
starting with 3.2.1 (ie. express sessions) there are no more Hashtable underneath session
Is this already done?