Oh come on guys reads the specs, RTFM, and read through this lists
archive.

Pathetic question and pathetic bunch of replies. Please do a little
research before replying.

The session is "SERVER SIDE" only. Cookies or Url rewriting are used to
allow the servlet engine to identify a client session. Any objects you
put in the session are stored server side only. When a request comes in
from a client who holds a session, either the rewritten URL, or the
cookie will identify the client's current session in the servlet engine,
and hence give you access to the server side session variables.

Jari

(sorry, just getting a little pissed at the level of questions on this
list at the moment. )

Saurabh Banerjee wrote:
>
> I believe that session information will be stored as cookies at the client
> machine and won't cause too much load on the server.
>
> I think it will be more effecient than doing database calls.
>
> Saurabh
>
> >From: Vaishali Joshi <[EMAIL PROTECTED]>
> >Reply-To: A mailing list about Java Server Pages specification and
> >     reference <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: Limit on Session variables and Performance
> >Date: Fri, 16 Jun 2000 09:14:44 EDT
> >
> >Hi All Java gurus
> >
> >Does anyone has any idea about performance of a site if lots of information
> >is stored in a session. There may not be too many sessions at one time, but
> >in one session lots of information (around 100 variables) will be stored.
> >Some of the information will be too long too as description.
> >We are having a tabbed web application, and the issue is whether to store
> >the information in a database as we move from one tab to another or should
> >we store it in session. Putting it in database will be like lots of calls
> >to

--
Jari Worsley
Senior Programmer
Hyperlink plc

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to