i think the reason the stack trace lists the page cache filter is because when you are logged in the page cache filter will build a user specific key, so it will try and figure out your username. that's what's generating the exception.
the bug is in Acegi though. -- Allen On Fri, 2006-02-17 at 15:13, Jeff Blattman wrote: > obviously, this only happens if i've logged in from my browser as the > user i just deleted. > > Jeff Blattman wrote: > > > > after this exception, the server is dead and any request gives me the > > above exception. if i manually remove my cookie for web container, > > everything clears up. > >
