SV: Get all active session objects

2009-11-09 Thread Wilhelmsen Tor Iver
> Yep, we need something to take those obj out from there. Maybe a collection of weak references? - Tor Iver - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache

AW: Get all active session objects

2009-11-06 Thread Giambalvo, Christian
users@wicket.apache.org Betreff: Re: Get all active session objects And we have a memory leak... See HttpSessionListener instead... Martijn On Fri, Nov 6, 2009 at 10:55 AM, Pedro Santos wrote: > CustomSession{ >  static List sessions; >  public CustomSession(){ >    sessions.add(this); >  }

Re: Get all active session objects

2009-11-06 Thread Martijn Dashorst
AM, Giambalvo, Christian < > christian.giamba...@excelsisnet.com> wrote: > >> Hi all, >> >> >> >> how do I get all active session objects. >> >> I need the real session object cause i need to call a method on it. >> >> I already searc

Re: Get all active session objects

2009-11-06 Thread Pedro Santos
CustomSession{ static List sessions; public CustomSession(){ sessions.add(this); } } On Fri, Nov 6, 2009 at 7:40 AM, Giambalvo, Christian < christian.giamba...@excelsisnet.com> wrote: > Hi all, > > > > how do I get all active session objects. > > I need the

Get all active session objects

2009-11-06 Thread Giambalvo, Christian
Hi all, how do I get all active session objects. I need the real session object cause i need to call a method on it. I already searched the mailing list but without success. Thanks in advance. Chris

Get all active session objects

2009-11-06 Thread Giambalvo, Christian
Hi all, how do I get all active session objects. I need the real session object cause i need to call a method on it. I already searched the mailing list but without success. Thanks in advance. Chris