What's different between Connection and Session

Hello:

Part of javadoc:

Connection: Represents a connection on the server.

Session: The session represents a connection.

so,I wander what’s different between them.

thanks