https://issues.apache.org/bugzilla/show_bug.cgi?id=56650

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #2 from Mark Thomas <ma...@apache.org> ---
The WebSocket protocol and the Java WebSocket API do not support this concept.

1. There is no mechanism for a WebSocket client to identify the session it is
part of. Therefore, after a failure and on reconnect there is no way to
associate the new connection with an old session.

2. The Java WebSocket API has a 1-to-1 mapping between connections and
sessions. When the connection drops the session is lost.

Your best option is to use the HTTP session for which session replication
support is already in place.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to