Re: Problem with session tracking

2001-02-19 Thread Oscar Pérez
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

Re: Problem with session tracking

2001-02-19 Thread Andras Balogh
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

Re: Problem with session tracking

2001-02-19 Thread Oscar Pérez
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

Re: Problem with session tracking

2001-02-19 Thread Alexander Chinarjev
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 > >

Re: Problem with session tracking

2001-02-19 Thread Victor Torres II
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

Problem with session tracking

2001-02-18 Thread Oscar Pérez
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