Hello, We are trying to do some calculation for our user session size (or near estimate of it).
What we understand is that upon a "Graceful" shutdown, Catalina Host will write out the serializable values of all session into a SESSIONS.ser file in the main servlet's work directory. If this is correct, then the size of the the SESSIONS.ser file (assuming 1 user has logged in) would probably (and approximately) equal to a user's session size? We do understand that not all the info in the serializable session may not be required. However, given that StandardManager does the privileged load based on reading the entire SESSIONS.ser file, we thought it would be a more appropriate way of calculating the session size. Any guidance or help is appreciated, and apologies for making any incorrect assumption. Thanks,