I am using tomcat Apache server for my web app. I need to know if using bean would reduce my memory usage than the session variables i use ? Also what is the limit of storing session variables in bytes and that of a bean.
Asked
Active
Viewed 258 times
1 Answers
0
It depends on how you are storing the objects of the bean. if they are being stored in session. its same.

aks
- 136
- 1
- 1
- 6