Hi

Each App server has a limit of session variables that
it can hold. This is a configurable value so search
the pages of your app server documentation. There
would be some settings to update, in case the default
value is not sufficient.

In case the site is using too many session variables,
the performance of the site can go down drastically.
Therefore, it is recommended that the session
variables hold the least amount of data - most of the
data should be kept in WorkerBeans and session
variables should hold just the right data and not the
complete data.

le.

--- Alireza Nahavandi <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Does any body know how session variables work
> internally? if we have a busy
> traffic website which is using too many session
> variables, can we run out of
> memory? any comment would be appreciated.
>
> Thank you,
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with
> body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body:
> "set JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com


__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to