Hi!

>    ;)  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 ?


What about cache.. do you have cache configured that can mistakenly
cache a jsessionid in the url?

Also, the different users use different browsers, yes?

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

These seem just fine.

**
Martin

>
> 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
>
>

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

Reply via email to