HTTPSession variable limitation

What is the maximum limit (i.e. size) of data that an HTTPSession variable can hold? What happens if it exceeds? And most importantly, what is an alternative approach to retrieving data throughout the session if the size exceeds the maximum size that the HTTPSession variable can hold?

+5
source share
1 answer

There are no restrictions other than the memory of your server. Alternatives

+7

All Articles