Strange tomcat 8 and java 8 behavior during logout -
i had web application working tomcat 6.0.41 , java 1.7.0_60. migrated web app new server same version of java package tomcat 8.0.15 , java 1.8.0_25.
the problem when several users logout in web app, logout not "working". when click on logout: 1. valueunbound called 2. valuebound called
when click on logout button, logout working: 1. valueunbound called , i'm correctly logged out of app others users are.
do know if there needed in tomcat or java configuration in order not have issue?
Comments
Post a Comment