[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
Re: jsp/servlet session
I'd be interested in passing objects from servlets to jsp via the
HttpSession object. I've tried it but it seems there's one different session
per zone and per user. Would you have sample code to share?
Tks
St
----- Original Message -----
From: CWHS <cwhs@cwhs.net>
To: <kim@casinostudios.com>
Cc: <gnujsp@gjt.org>
Sent: Friday, February 18, 2000 12:01 AM
Subject: RE: jsp/servlet session
> Not exactly true! I have 3 Zones on one of my servers. Two that are
SERVLET zones and one that is
> a JSP zone. Things work correctly for both. If you would like more
information, e-mail me.
>
> God bless!
>
> Jerry Brantley
>
> -----Original Message-----
> From: Kim Markegard [mailto:kim@casinostudios.com]
> Sent: Thursday, February 17, 2000 5:26 PM
> To: gnujsp@gjt.org
> Subject: RE: jsp/servlet session
>
>
> wow. that's the same thing i had to do.
>
> is this the way it's supposed to work? it doesn't seem right.
>
> -kim
>
>
> -----Original Message-----
> From: Steven Song [SMTP:zsong@latticesemi.com]
> Sent: Tuesday, February 08, 2000 6:22 PM
> To: slam@qarbon.com; gnujsp@gjt.org
> Subject: Re: jsp/servlet session
>
> Hi,
>
> Do you use the same "zone" for both of your JSP and servlets? I met the
> same problem before, but finally I found that is caused by the different
> "zone" settings for JSP and servlets. A JSP is a servlet actually, so the
> session tracking will not work until they are put in the same "zone".
> Different "zones" will have different session contexts.
>
> BTW, I use Apache/JServ/GNUJSP combination.
>
> Hope this is useful,
> Steven
>
>
> ----- Original Message -----
> From: Laqtib Slam <slam@qarbon.com>
> To: <gnujsp@gjt.org>
> Sent: Tuesday, February 08, 2000 8:49 AM
> Subject: jsp/servlet session
>
>
> > Hi,
> >
> > I am using both the servlet and the jsp at the same time to develop my
> > site ...
> > When I save a string into the servlet session, the string is lost after
> > a visit to a jsp file.
> > I couldn't access the same session object in the servlet and the jsp.
> > And I hate loosing the saved information when I switch from the servlet
> > to the jsp!
> >
> > Is this known problem or ... any help
> >
> > Thank you
> >
> > -Slam
> >
>
>
>