// // System.Web.SessionState.SessionInProcHandler // // Authors: // Marek Habersack SessionIDManager.SessionIDMaxLength) throw new HttpException ("Session ID too long"); } void OnSessionRemoved (string key, object value, CacheItemRemovedReason reason) { if (expireCallback != null) expireCallback (key, value as SessionStateStoreData); } } } #endif