Session StartTime vs Creation Time
Brought to you by:
orenmnero
There appears to be a bug when comparing the time stamps of session StartTime and CreationTime. If CreationTime < StartTime the first logon attempt of the week will result in an immediate disconnect by the application (an acceptor in my case). The naive fix is to make sure sessions are created after the specified StartTime (we use a week long session).