I can inspect the Session object which says its Custom but I cannot see the Cache size increasing on Azure (management portal). How can I definitely found out if my session info is being stored. If I miss spell the url for caching it gives me an error.Apart from that is there any way to definitely inspect something has been added to the cache?
<sessionState mode="Custom" customProvider="AppFabricCacheSessionStoreProvider" compressionEnabled="false" timeout="50" >
<providers>
<add name="AppFabricCacheSessionStoreProvider"
type="Microsoft.Web.DistributedCache.DistributedCacheSessionStateStoreProvider,Microsoft.Web.DistributedCache"
applicationName="xxxxx"
cacheName="default"
useBlobMode="true"
dataCacheClientName="default"/>
</providers>
</sessionState>