01-24-2024, 08:02 PM
Just noticed that with the latest IW versions, in the spot in my code where I need to bump up session timeout mid-flight, it no longer works:
"SessionOptions.SessionTimeout is locked. Suggestion: Set in ServerController OnConfig event instead."
This suggestion does not work for me, because I typically set the timeout small up-front, in ServerController OnConfig event, but then later in this case I need to prompt the user and so I need to increase it. Or I could do it the other way around: make it long up-front and then shorten it later in all other cases.
Can it be restored back to how it was before, please?
"SessionOptions.SessionTimeout is locked. Suggestion: Set in ServerController OnConfig event instead."
This suggestion does not work for me, because I typically set the timeout small up-front, in ServerController OnConfig event, but then later in this case I need to prompt the user and so I need to increase it. Or I could do it the other way around: make it long up-front and then shorten it later in all other cases.
Can it be restored back to how it was before, please?