Re: SessionStateObject lost with 5.2 [fixed]

2010-10-15 Thread Howard Lewis Ship
On Fri, Oct 15, 2010 at 5:52 AM, Moritz Gmelin wrote: > Hi, > > Howard was right. It was a race condition. > Maybe for other to prevent similar problems: > > We have an AccessControlDispatcher in our application that was inserted > before:ComponentEvent in our application. This AccessControlDispa

Re: SessionStateObject lost with 5.2 [fixed]

2010-10-15 Thread Moritz Gmelin
Hi, Howard was right. It was a race condition. Maybe for other to prevent similar problems: We have an AccessControlDispatcher in our application that was inserted before:ComponentEvent in our application. This AccessControlDispatcher uses the SessionStateObject to check access permissions. N