Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How much data can be stored in a servlet or JSP session ?

Data JSP servlet session stored
0
10 Posted

How much data can be stored in a servlet or JSP session ?

0

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.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123