that was precisely my concern (the passing back of data between client and
server).

thanks very much, nic.

paul


-----Original Message-----
From: Nic Ferrier [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 17, 1999 3:37 PM
To: [EMAIL PROTECTED]
Subject: Re: object size


>>> Paul Szynol <[EMAIL PROTECTED]> 9/17/99 8:32:37 PM >>>
>does the session object limit the size of the object(s) that you
place into
>the session object?

The limitation is the heap size of the JVM.

If your table or vec fits it will go in a session.

Remember that only the session id is passed back and forth
browser-server. The session data stays on the server, so there is no
size limit imposed by it (apart from JVM heap size).



Nic

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to