;)  If you mean the kind of entity proxies used by some persistence
mechanisms, I'm using none of those. I have no static variables in my
application or session, but... can this be the issue ?

MyApplication.java:
    public static MyApplication get() {
        return (MyApplication) Application.get();
    }

MySession.java:
    public static MySession get() {
        return (MySession) Session.get();
    }

Cheers,

Daniel


Martin Makundi wrote:
> 
> Hi!
> Yeah, migrate ;)
> 
> Apart from that.. session leak can occur for quite some reasons. It
> might be proxy bug or maybe you have static variables in places where
> they should not be.
> Martin
> 

-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Problem-with-two-users-logging-in-two-tabs-of-same-browser-window-tp3027407p3027490.html
Sent from the Users forum mailing list archive at Nabble.com.

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

Reply via email to