And we have a memory leak...

See HttpSessionListener instead...

Martijn

On Fri, Nov 6, 2009 at 10:55 AM, Pedro Santos <pedros...@gmail.com> wrote:
> 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 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
>>
>>
>
>
> --
> Pedro Henrique Oliveira dos Santos
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.4 increases type safety for web applications
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.0

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to