Re: Session Size ?

2000-11-22 Thread Craig R. McClanahan
Sunil Roy wrote: > 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. > As long as you use URL rewriting (that is, cal

Re: Session Size ?

2000-11-22 Thread Shawn Zhu
> 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 sess

Re: Session Size ?

2000-11-22 Thread Sunil Roy
t;[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, >

Re: Session Size ?

2000-11-13 Thread Venu Gopal
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

Re: Session Size ?

2000-11-12 Thread Craig R. McClanahan
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 attr

Session Size ?

2000-11-12 Thread Venu Gopal
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. Venu _

session size problems

1999-12-15 Thread Nishant Kaushik
does anyone know if there are any restrictions on the size of the variables being stored in the session? i'm trying to solve a bug where one jsp page has all my session variables, but the next jsp in the sequence doesn't have any of them. any ideas?   thanx in advance nishant