AppFabric Cache may lose session state if there is RAM pressure on the cache cluster nodes, or if the cluster is not in high availability mode and a node is lost (e.g. fails or is rebooted).
Typically a backing store would be used in those circumstances to allow the cache entry to be recreated in the event of a cache miss (it is a cache after all). Does the AppFabric Cache ASP.NET session state provider allow for a backing store, e.g. by forming a layer over one of the traditional session state providers? (such as ASP.NET State Service, or the SQL Server based provider).
Notes.
There is no mention of such a thing in the config documentation: