Re: Maintaing session objects

2010-08-26 Thread Thiago H. de Paula Figueiredo
On Thu, 26 Aug 2010 14:32:09 -0300, Rich M wrote: Hi, Hi! I played around a bit with the Tapestry Request service object in the AccessController dispatcher, I found out that the Session object will carry object references to all SessionState objects. Just curious: why don't you use the

Re: Maintaing session objects

2010-08-26 Thread Rich M
Hi, to follow up I ended up solving this. I'll write out what I did if it will be useful to others in the future. I played around a bit with the Tapestry Request service object in the AccessController dispatcher, I found out that the Session object will carry object references to all Session

Maintaing session objects

2010-08-26 Thread Rich M
Hi, I've been going through my code and doing some concurrency testing and realized that the implementation of sessions I wrote back in the beginning is very wrong. I had custom Session objects in the services package to track user information and other things, but these really don't belong i