How much data can be stored in a servlet or JSP session ?
AThere is, in principle, no limitation. However, poor performance has been reported using distributed sessions where the session data size is more than about 4 kilobytes. Remember that this data must be passed between over the network several times for each access, and in a heavily-loaded system this could add significantly to network traffic.