This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| wiki:development:session-handshake [2013/03/14 20:58] sunweaver [Starting a Session] | wiki:development:session-handshake [2013/03/14 21:01] (current) sunweaver [X2Go Session Handshake] | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== X2Go Session Handshake ====== | ====== X2Go Session Handshake ====== | ||
| + | To demonstrate an X2Go session startup (and suspension, resumption, termination), | ||
| ===== Starting a Session ===== | ===== Starting a Session ===== | ||
| Line 26: | Line 27: | ||
| ==== Verifying if port is free before resuming X2Go Session ==== | ==== Verifying if port is free before resuming X2Go Session ==== | ||
| - | On start of an X2Go session 3 tcp ports for ssh tunnels (graphic, sound, sshfs) are reserved. The values of these ports are stored in the X2Go session database and used by X2Go clients | + | On start of an X2Go session 3 tcp ports for ssh tunnels (graphic, sound, sshfs) are reserved. The values of these ports are stored in the X2Go session database and used by X2Go Client | 
| - | **IMPORTANT**: | + | **IMPORTANT**: | 
| - | But on the next attempt, X2Go client | + | But on the next attempt, X2Go Client | 
| ===== Terminating a Session ===== | ===== Terminating a Session ===== | ||