|
|
|
|
|
by ithkuil
1590 days ago
|
|
The clients are free to make another "connection" and get a new session id every time they want. It's similar to http connection reuse: the src ip-port + dst-port also acts as a "session identifier", as long as multiple requests flow throug the same TCP connection. |
|