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 2010/11/4 Daniel Toffetti <[email protected]>: > > Hi all, > > I have a problem when two users log in the application from two tabs of > the same browser window, it looks as if both where working in the same > session, and the data entered by the second user appears as if entered by > the first user. It's an internal app and this problem happens rarely but > it's annoying when it happens. > The app holds the user id as a session variable. I've found this two > threads: > > http://apache-wicket.1842946.n4.nabble.com/Wicket-Multi-Instance-Support-td1879743.html#a1879745 > http://apache-wicket.1842946.n4.nabble.com/Creating-a-new-session-if-new-browser-tab-is-opened-td1868974.html#a1868975 > > but those didn't help me to figure out what's happening. Perhaps the > problem is an actually obvious one and I just can't guess it because of my > plain ignorance, so please don't hesitate to point out anything obvious. > I'm using Wicket 1.3.7 in production but I'm ready to migrate to 1.4.13 > and would like to fix this before I deploy the upgrade, do I need to show > any app init code ?? > > Thanks for your help, > > Daniel > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Problem-with-two-users-logging-in-two-tabs-of-same-browser-window-tp3027407p3027407.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
