Re: ThreadLocal usage for managing session in Wicket

2015-10-20 Thread Marcel Barbosa Pinto
> > > Thanks in Advance, > > Santhosh > > > > > > -- > > View this message in context: > > > http://apache-wicket.1842946.n4.nabble.com/ThreadLocal-usage-for-managing-session-in-Wicket-tp4672215p4672306.html > > Sent from the Users forum mailing li

Re: ThreadLocal usage for managing session in Wicket

2015-10-20 Thread Martin Grigorov
#x27;t find them in Wicket in Action book or > anywhere else over the internet. > > > Thanks in Advance, > Santhosh > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/ThreadLocal-usage-for-managing-session-in-Wicket-tp4672215p46723

Re: ThreadLocal usage for managing session in Wicket

2015-10-20 Thread santhosh
thosh -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ThreadLocal-usage-for-managing-session-in-Wicket-tp4672215p4672306.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscri

Re: ThreadLocal usage for managing session in Wicket

2015-10-13 Thread Martin Grigorov
cant get to each others session data). > > Could you please clarify me. > > Thanks in Advance > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/ThreadLocal-usage-for-managing-session-in-Wicket-tp4672215p4672220.html > Sent from the Users forum maili

Re: ThreadLocal usage for managing session in Wicket

2015-10-13 Thread santhosh
, they cant get to each others session data). Could you please clarify me. Thanks in Advance -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ThreadLocal-usage-for-managing-session-in-Wicket-tp4672215p4672220.html Sent from the Users forum mailing list archive at

Re: ThreadLocal usage for managing session in Wicket

2015-10-13 Thread Martin Grigorov
rote: > I have a doubt in ThreadLocal usage for managing session in wicket: > > There might be many threads which run to complete a single user request. In > Thread Local, which ever thread that creates the thread local object has > the > access to that session object, and only that t

ThreadLocal usage for managing session in Wicket

2015-10-13 Thread santhosh
I have a doubt in ThreadLocal usage for managing session in wicket: There might be many threads which run to complete a single user request. In Thread Local, which ever thread that creates the thread local object has the access to that session object, and only that thread can modify the session