, SessionStateStoreProviderBase. , WebCache (, ), , Marshal.SizeOf(), SetAndReleaseItemExclusive.
public override void SetAndReleaseItemExclusive(HttpContext context, string id, SessionStateStoreData item, object lockId, bool newItem)
{
double MemSize = 0;
foreach (object sessObj in item.Items)
{
MemSize += Marshal.SizeOf(sessObj);
}
}
:
#