I have an authenticated user with an HTTP session.
The user should be able to use an applet to connect with this authentication to a server. It will connect to server via a socket connection so looking up the session is not possible.
How can the authentication be passed?