/// <summary> /// Handles the specified @event. /// </summary> /// <param name="event">The @event.</param> public void Handle(ForumPageUnloadEvent @event) { /*/if (BoardContext.Current.IsGuest && (!this.YafSession.LastVisit.HasValue || this.YafSession.LastVisit.Value == DateTimeHelper.SqlDbMinTime())) * //{ * // // update last visit going forward... * // this.YafSession.LastVisit = DateTime.UtcNow; * //}*/ }
/// <summary> /// The handle. /// </summary> /// <param name="event"> /// The event. /// </param> public void Handle(ForumPageUnloadEvent @event) { // stop the stop watch in case the footer did not... this.stopWatch.Stop(); }