Recent content by AdamHamilton

  1. A

    Out of context access to the session store

    We have a fairly large deployment of StateServer for a web farm's application cache and ASP.NET session state storage. We have a complex use case we need to support, which we were told during the sales process (years ago, this project has been on hold for a time) should be possible. However...
  2. A

    How can I use custom serialization with ASP.NET session state?

    For our cached objects, we use NamedCache.SetCustomSerialization() to set a custom serializer and deserializer to use for cached objects in place of BinaryFormatter. We also use SossStoreProvider to store our session state objects. How can we tell SossStoreProvider to use the same custom...
Top