RE: Removing SBs when expiring HttpSessions ... the challenge continues.

2001-03-26 Thread Gerald Gutierrez
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Petr Podsednik Sent: Monday, March 26, 2001 12:00 AM To: Orion-Interest Subject: Re: Removing SBs when expiring HttpSessions ... the challenge continues. Gerald, Thank you for your explanation. But my question was a little bit different. I was w

Re: Removing SBs when expiring HttpSessions ... the challenge continues.

2001-03-25 Thread Petr Podsednik
s previously recognized > this as a problem, or that they're ignoring it, or I'm just all wrong. > > So please, am I wrong, or is there an issue here? > > > > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Petr

RE: Removing SBs when expiring HttpSessions ... the challenge continues.

2001-03-23 Thread Tim Endres
here? > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Petr Podsednik > Sent: Friday, March 23, 2001 12:37 AM > To: Orion-Interest > Subject: Re: Removing SBs when expiring HttpSessions ... the challenge > continues. > >

RE: Removing SBs when expiring HttpSessions ... the challenge continues.

2001-03-23 Thread Gerald Gutierrez
n Behalf Of Petr Podsednik Sent: Friday, March 23, 2001 12:37 AM To: Orion-Interest Subject: Re: Removing SBs when expiring HttpSessions ... the challenge continues. Hi, If It is possible I have a question regarding this problem. Until now I was thinking there is no problem regarding HttpSess

Re: Removing SBs when expiring HttpSessions ... the challenge continues.

2001-03-22 Thread Petr Podsednik
Hi, If It is possible I have a question regarding this problem. Until now I was thinking there is no problem regarding HttpSession expiring because of garbage collector which knows what remote references became invalid. Please tell me, if I am wrong and why. If it is must be handled in code what a

RE: Removing SBs when expiring HttpSessions ... the challenge continues.

2001-03-22 Thread Tim Endres
27;t tried this, but I guess it should work, specially if auto-sessions > are on... > > HTH, > > JP > > > -Original Message- > > From: Gerald Gutierrez [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, March 22, 2001 3:05 PM > > To: Orion-Interest

RE: Removing SBs when expiring HttpSessions ... the challenge continues.

2001-03-22 Thread Gerald Gutierrez
, March 22, 2001 12:35 PM To: Orion-Interest Subject: RE: Removing SBs when expiring HttpSessions ... the challenge continues. Just a tought: impersonate a role within the SB's method remove instead of reliying on interactive login: public void remove() { //get UserManager

RE: Removing SBs when expiring HttpSessions ... the challenge continues.

2001-03-22 Thread Juan Lorandi (Chile)
SafeUser","thePassWd"); this.myejbref.remove(); } I haven't tried this, but I guess it should work, specially if auto-sessions are on... HTH, JP > -Original Message- > From: Gerald Gutierrez [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 22, 2001 3:05 PM > To:

Removing SBs when expiring HttpSessions ... the challenge continues.

2001-03-22 Thread Gerald Gutierrez
When an HttpSession expires, it calls valueUnbound() on all session-bound variables that implement the HttpSessionBindingListener interface. So this provides a way for expiring HTTP sessions to remove session beans that would otherwise stay active and eventually consume all resources and cause th