It depends on the JSP server you are using.  From what I heard/read,
some JSP servers will use either of the 3 methods depending on which
is available.  The 3 methods are: 1) cookie 2) hidden form 3) URL rewriting.

> -----Original Message-----
> From: Sunil Roy [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, October 04, 2000 11:33 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Session Size ?
>
>
> Dear Craig McClanahan
>
> Will the session object work as usual if the cookies are
> diabled in the
> client's browser.
> I am asking this because the session ID is stored at the
> client;s end using
> a cookie.
> Thanks in advance.
>
> Sunil Roy
>
> ----- Original Message -----
> From: "Venu Gopal" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, November 14, 2000 12:41 AM
> Subject: Re: Session Size ?
>
>
> > Thanks..
> >
> > Venu
> >
> > --- "Craig R. McClanahan"
> > <[EMAIL PROTECTED]> wrote:
> > > Venu Gopal wrote:
> > >
> > > > Hi,
> > > >
> > > > Is there any restriction on the size of the
> > > session?
> > > > Like cookie have restriction that only 20 can be
> > > added
> > > > per domain and only 4K can be the size. So is
> > > there
> > > > any thing for session too? Or we can just keep
> > > adding?
> > > >
> > > > Sorry for the ignorance.
> > > >
> > >
> > > A session's attributes are stored in the JVM's
> > > memory space, in a Hashtable or
> > > something equivalent.  Therefore, the only
> > > restriction is how much memory space you
> > > make available in your server's JVM for all of the
> > > concurrently active sessions.
> > >
> > > No matter how many such variables you have stored,
> > > the session identifier requires
> > > only a single cookie.
> > >
> > > > Venu
> > > >
> > >
> > > Craig McClanahan
> > >
> > >
> >
> ==============================================================
> =============
> > > 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
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Yahoo! Calendar - Get organized for the holidays!
> > http://calendar.yahoo.com/
> >
> >
> ==============================================================
> =============
> > 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
>
> ==============================================================
> =============
> 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://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
>

===========================================================================
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://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