Re: mAuthorizationRules is nothing after deserialization

Re: mAuthorizationRules is nothing after deserialization

Old forum URL: forums.lhotka.net/forums/t/1372.aspx


Henrik posted on Monday, October 02, 2006

Strange. It just occurred to me that it could have something to do with the way the object was serialized to session state. I use an out-of-process stateserver to store session state. If I change this to be InProc everything works fine and dictionaries are deserialized correctly. But then of course InProc session state isn't serialized/deserialized.

Copyright (c) Marimer LLC