RE: take over an existing HttpSession

2003-03-28 Thread Johan Wasserman
arch 2003 20:01 To: [EMAIL PROTECTED] Subject: Re: take over an existing HttpSession "Dan Tran" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > With this design idea, I am sure you will need to place a collection to > store all active sessions. Vec

Re: take over an existing HttpSession

2003-03-24 Thread Dmitri Ilyin
have to see if it will also work for Struts but later > > -D > - Original Message - > From: "Dmitri Ilyin" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, March 24, 2003 9:23 AM > Subject: Re: take over an existing HttpSession > >

Re: take over an existing HttpSession

2003-03-24 Thread Dan Tran
mitri Ilyin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 24, 2003 9:23 AM Subject: Re: take over an existing HttpSession > Thank you Dan. > > I will try it this way. I don't see any problem with multithreading here. I > will not change the "ol

Re: take over an existing HttpSession

2003-03-24 Thread Dmitri Ilyin
Hello Vic, could you pls. explane it "Vic Cekvenich" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Read up on session fail over (based on db fail over most likely) > > .V > > Dmitri Ilyin wrote: > > Hi, > > > > i'm may be out of topic. But i think there are a lot of guru

Re: take over an existing HttpSession

2003-03-24 Thread Dmitri Ilyin
ind of multithreaded and usibility issues. > Sound scary ;-) > > Good luck > > - Original Message - > From: "Dmitri Ilyin" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, March 24, 2003 5:59 AM > Subject: Re: take over an existi

Re: take over an existing HttpSession

2003-03-24 Thread Vic Cekvenich
Read up on session fail over (based on db fail over most likely) .V Dmitri Ilyin wrote: Hi, i'm may be out of topic. But i think there are a lot of gurus here they could help me. I have to implement one feature in my application for that there is may be already a solution here. Szenario: A user

Re: take over an existing HttpSession

2003-03-24 Thread Dan Tran
eaded and usibility issues. Sound scary ;-) Good luck - Original Message - From: "Dmitri Ilyin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 24, 2003 5:59 AM Subject: Re: take over an existing HttpSession > > "Stephen Smithstone"

Re: take over an existing HttpSession

2003-03-24 Thread Dmitri Ilyin
"Stephen Smithstone" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Use the servlet context to store the details in instead of the session context > and the label it via a the users username or something Thank you Stephen, that's Ok but i also have to invalidate an "old sessio

Re: take over an existing HttpSession

2003-03-24 Thread Stephen Smithstone
Use the servlet context to store the details in instead of the session context and the label it via a the users username or something On Monday 24 March 2003 12:40 pm, Dmitri Ilyin wrote: > Hi, > > i'm may be out of topic. But i think there are a lot of gurus here they > could help me. > > I ha

take over an existing HttpSession

2003-03-24 Thread Dmitri Ilyin
Hi, i'm may be out of topic. But i think there are a lot of gurus here they could help me. I have to implement one feature in my application for that there is may be already a solution here. Szenario: A user logged on in application. He dose some work, dosn't logged out and goes to another wor