Re: Values Passing Through Session

2000-06-27 Thread Rakesh Rajendran
and tag at the > bottom of ur JSP. > > > > > > > > > Regards, > > > Rakesh > > > -- > From: Veena[SMTP:[EMAIL PROTECTED]] > Sent: Thursday, February 17, 2000 4:02 PM > Subject: Re: Values Passing Thro

Re: Values Passing Through Session

2000-06-26 Thread Veena
Try adding this in JSP page after u open the html tag or before u end html tag - Original Message - From: Gunaseelan Nagarajan <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 25, 2000 11:30 AM Subject: Re: Values Passing Through Session > hi, >

Re: Values Passing Through Session

2000-06-24 Thread Gunaseelan Nagarajan
lt;[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, June 24, 2000 5:43 PM > Subject: Re: Values Passing Through Session > > > > hi pranav, > > > > your problem could be that the previous jsp > > file was cached by the browser. you cou

Re: Values Passing Through Session

2000-06-24 Thread Sven van 't Veer
> We have emptied the IE cache even it did'nt help. >Is there any thing wrong in our apporach? I wish somebody has > encountered this sort of problem. We have not been able to diagnose the root > cause. Is it the browser specific? I've seen the same problem. I think it's IE.

Re: Values Passing Through Session

2000-06-24 Thread Pratik
try wih content="-1" - Original Message - From: pranav kumar <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 24, 2000 6:32 PM Subject: Re: Values Passing Through Session > Hi, > As you suggest me I am given the following tags :--- >

Re: Values Passing Through Session

2000-06-24 Thread pranav kumar
help us out. Pranav - Original Message - From: Pratik <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 24, 2000 7:06 PM Subject: Re: Values Passing Through Session > Yes Nagrajan is Right. > You have to give html meta tags to not to cach

Re: Values Passing Through Session

2000-06-24 Thread Pratik
response.setDateHeader("Expires","0"); file://prevents caching at the proxy server %> If you wnat to more info then please search this mailing list of redirection. - Original Message - From: Gunaseelan Nagarajan <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sen

Re: Values Passing Through Session

2000-06-24 Thread pranav kumar
4, 2000 5:43 PM Subject: Re: Values Passing Through Session > hi pranav, > > your problem could be that the previous jsp > file was cached by the browser. you could > add the html meta tags to force the browser > not to cache the page. > > regards > Nagaraj > > --- p

Re: Values Passing Through Session

2000-06-24 Thread Gunaseelan Nagarajan
hi pranav, your problem could be that the previous jsp file was cached by the browser. you could add the html meta tags to force the browser not to cache the page. regards Nagaraj --- pranav kumar <[EMAIL PROTECTED]> wrote: > Hi All, > I using the JavaWebserver 2.0 on Windows > NT wit

Values Passing Through Session

2000-06-24 Thread pranav kumar
Hi All, I using the JavaWebserver 2.0 on Windows NT with IE5.0. Let's Say there are 2 pages a.JSP and b.jsp. IN the A.JSP a session is created, some values are put into the session and then by response.sendRedirect(b.jsp), I call the B.JSP page. Here at B.JSP, I am retrieving the values