t;
>- 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 com
lt;[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
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 appr
t; <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 19, 2001 10:01 AM
Subject: Re: Problem with session tracking
> Hi Oscar,
>
> Why don't you just use
>
>HttpSession sesion=requ.getSession(true); file://create a new session
if none
>
>
Hi Oscar,
Why don't you just use
HttpSession sesion=requ.getSession(true); //create a new session if none
because you create a new session if there isn't anyway.
At 08:06 AM 2/19/01 +0100, you wrote:
>Hi,
>
>I use Servlets/JDBC/ServletExec/SQL Server 7/IIS4/WinNT.
>I'm working with a servle
Hi,
I use Servlets/JDBC/ServletExec/SQL Server 7/IIS4/WinNT.
I'm working with a servlet application, and everything worked fine until
yesterday. I could create a session and see its ID (with daemon.exe), but
when I go to the next servlet I can't.
servlet 1
HttpSession sesion=req