For the future just a little searching:
[quote]
Session is unknown to the Web Server due to its restart
Every time we start any applet (WFM Web Supervisor) it performs registration of its sessions on the Servers (Web Server, WFM Server and WFM DA in case of adherence view is being used). Every request from the Web Supervisor then uses these sessions IDs to communicate with the servers. WFM Web Supervisor also performs a ping of its session every 4 minutes so that this session does not expire.
Upon servers are restart, the session ids are lost. When WFM Supervisor applet is left open, it will continue to send the ping requests to the servers. But because of the restart, the server no longer recognizes the session id and issue the error message described above.
The error message indicates that some WFM Web Supervisor applet(s) that has been started before Web Server restart are still up and running, trying to reconnect to web server. The error message does not indicate any environment problems. Message will no longer appear in the log as the old WFM Web Supervisors applets are closed.
Session is unknown to the Web Server due to incorrect redirection by Load Balancer
In environments where hardware or software Load Balancer front server is in use, the session affinity should be enable and configured.
The session affinity means that front server should redirect every session to the same WFM Web (servlet runner) instance where it has been initially established. If the existed session will be redirected to another then original application instance, this instance will be unable to recognize it and issue described error message.
If the issue does not happens with direct servlet runner http port connection (login to the servlet runner directly), but occurring wile connection is establishing to front server, then session affinity configuration/possible defects of front server should be investigated.
For example, for F5 Load Balancer session affinity type needs to be change from "session cookies" to "source address persistence"
[/quote]