ASP.NET Session Provider Beta 3 stops working after some time

An observation - I see for each session, two entries are used. So, 2 read + 2 write is happening for every page hit at least. There seems to be another one.

Redis session provider uses one entry. Is it possible to take Microsoft’s Redis session provider and just replace the storage related code with Couchbase? I would assume Microsoft has overcame these issues.