[Beepcore-java-users] Pbm with TLS Session
Status: Beta
Brought to you by:
huston
From: Thierry H. <th...@in...> - 2003-03-06 08:17:21
|
Hello I'm currently using a TLS JSEE Profile for secure my channels in a sessions. In the server side , i want to detect session close. The problem is when the session is created with the TCPSessionCreator.listen() the channel with the TLS profile is open And the session is replace by a new secure session . Like i have no access to this session , i cannot add a session listener on it for being informed of session close. Like the other channels are optionals depending of the services requested by the client i cannot simply manage the session close by the channel creation/destruction . The simplest way is, i think, to set the listener of the old session ( the TCP session ) to the new secure session ( in the TLSJSSEProfile ). But perhaps there is a simplest way To do it . Is somebody can help me with that ? Best regard Thierry Hanot |