In a Java web application, the session timeout doesn't work. It is set in the file application.properties:
#the timeout for user login, in milliseconds
#after this time passes, the user is no longer logged in
mandatory.config.rest.user_login_timeout_ms = 900000
It is set to 900000 ms (15 minutes). I tried also to set to a tiny value, as 6, on my local, to test. It still does not work. It seems to be a bug (2 weeks ago, the session timeout worked). The application server for back-end is "wildfly-9". The application server for front-end is "grunt". Database used is of type OrientDB.
P.S.: I have been working for 2 days on this project, and it is possible the question has not enough details, so you can ask me more details, if it is necessary.