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?
source
share