Hi,

It's true. I didn't know that the cookies were necessary for keeping the
client's ID. I thougt even the ID was also kept at the session object. I
remember that I disabled the browser cookies thinking that they weren't
necessary.

Thanks for the suggestion.

Oscar.


At 14.37 19/2/01 +0200, you wrote:
>Hi,
>
>I don't know the solution for your problem but here is some advice.
>In almost every cases the session is maintened at the client side with
>Cookies, check if there Cookie gets to the browser  by
>checking out "Warm me before accepting a cookie".
>If no cookie is coming when accessing your web app, than it means that
>the session is maintened with urlrewriting and you have to take care of
>all links to contain the sessionid.
>Check your servlet engine config.
>
>Keep in touch,
>
>Andras.
>
>
>
>----- Original Message -----
>From: "Oscar Pérez" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Monday, February 19, 2001 11:41 AM
>Subject: Re: Problem with session tracking
>
>
> > Hi,
> >
> > The web application is composed of several servlets and only one is supose
> > to do as an entry for any authorized user. Once he goes in, I get the user
> > data, and he is authorized to go through the application. Besides, I want
> > to keep this user data between servlets.
> >
> > Any suggestion will be appreciated.
> > Thanks,
> >
> > Oscar.
> >
>
>___________________________________________________________________________
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff SERVLET-INTEREST".
>
>Archives: http://archives.java.sun.com/archives/servlet-interest.html
>Resources: http://java.sun.com/products/servlet/external-resources.html
>LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to