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

Popular posts from this blog

How do you convert a timestamp into a datetime in python with the correct timezone? -

how to display 2 form fields on same line with bootstrap -

c# - how to use buttonedit in devexpress gridcontrol -