specify custom provider assembly that inherits the SessionStateStoreProviderBase class
<configuration> <system.web> <sessionState mode="Custom" CustomProvider="CustomStateProvider"> <providers> <add name="CustomStateProvider" type="CustomStateProviderAssembly,CustomStateProviderNamespace.CustomStateProviderSateProvider"/> </providers> </sesisonState> </system.web> </configuration>