On Mon, Nov 09, 2009 at 10:10:46PM +0000, Malcolm Turnbull wrote: > Guillaume, > > I think you would need to increase the clitimeout and srvtimeout to 2 hours > if you wanted it to be seemless. > Otherwise you would need to reconnect with the same username to join the > same session if those timeouts had expired. > > Its not like HTTP cookies that are remember on the client (the login id is > only sent when establishing a connection)
>From the tests we did at Exceliance, the "mstshash" cookie is sent upon every re-connection, while the "msts" (user id) is sent only the first time. Since we decode the "mstshash" cookie when "persist rdp-cookie" is used, there is no issue with any delay or so. Your client will present the cookie upon reconnection, and as long as the server is alive, you'll be sent there. Regards, Willy

