| Author |
Session Size in Servlets
|
sitaram irrinki
Ranch Hand
Joined: Feb 16, 2005
Posts: 158
|
|
|
The max storage of session object is 4KB,how can i store more data in session.
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
The session object is nothing more than a map containing references to objects living on the heap. Where did you hear about this max size?
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
 |
|
|
subject: Session Size in Servlets
|
|
|