If I have this configuration:
<reliableSession
ordered="true"
inactivityTimeout="00:10:00"
enabled="false" />
Is the inactivityTimeout effective (even if reliableSession is not enabled)?
EDIT : If is not effective, can you control inactivity timeout elsewhere?
Thanks