We've found that when users log in too slow we receive the error "New Session Failed". We've proven that it is when a user types their password too slow. Are there any timeout settings that would allow a user more time to enter their password? Here are some notes from our development team. Let me know if you need more information.
Note:
It has been said recently that we will be getting updated ICETCP/TELNET PRO software and installing on Citric server
Comment from our SAs:
This looks like it is an issue with ICETCP/TELNETPR. A support call needs to be opened with ICETCP:/TELNET pro. We need to know if there is a configuration file that sets session time. This is a Citrix published app so any changes will need to be made on the Citrix server. I have been told that management of Advantage Citrix Apps has been turned over to Advantage.
Let me know if there is any further help you need to get this resolved. I am going to see if I can work a little with Windows and see if we can find the config file.
Telnet Pro will wait forever for the other side, it will not timeout a connection.
The timeout is generally set on the Unix/Linux end.
After a certain period of time the server will simply close the connection if the password isn't entered.
The other place a timer can be set is in the router or ISP. They will close down connections in the NAT table after a certain period of time when there is no activity.
That is what the keepalive timer MC is for, keeping the connection alive and preventing the router/ISP from closing the connection. Even with the keepalive in MC on however the unix/linux side will still close a connection if the user waits too long to enter a password.
I would look into tuning this to your desired value on the unix/linux side.