//... Implement the rest of the method in the same manner.
 public override bool SetItemExpireCallback(SessionStateItemExpireCallback expireCallback)
 {
     return(InProcSessionStore.SetItemExpireCallback(expireCallback));
 }